Submitted:
08 July 2025
Posted:
09 July 2025
You are already at the latest version
Abstract
Keywords:
1. From Theoretical Prediction to Algorithmic Discovery: A Historical Perspective on Static and Dynamic Number Sequences
2. A Tale of Two Sequences: The Static Predictability of Oresme and the Dynamic Complexity of Keçeci Numbers
2.1. The Oresme Numbers: A Benchmark of Static, Rule-Bound Generation
2.2. The Keçeci Numbers: An Exemplar of Dynamic, State-Dependent Time Development
- Initialization: The sequence begins with a user-defined starting value () and an additive constant (a).
- Iteration Step: For a current term , the next potential term is calculated as . This temporary value is added to the sequence.
-
Conditional Division Rule: The algorithm attempts to divide by a primary divisor, which alternates between 3 and 2. The state of the “last used divisor” determines the primary choice for the current step.
- If divisible, the result becomes the next term, , and the “last used divisor” state is updated. The process moves to the next iteration.
- If not divisible, the algorithm attempts division by the alternative divisor (2 or 3). If successful, the result becomes , and the state is updated.
-
Primality and the ASK Rule: If both division attempts fail, a primality test is performed on the principal component of (e.g., the integer itself, or the real part of a complex number).
- If the number is not prime, is set to , and the process continues.
- If the number is prime, the “Augment/Shrink & Check (ASK)” mechanism is activated. Based on an internal toggle state, a type-specific unit value (e.g., 1 for integers, 1+1j for complex numbers) is either added to or subtracted from . This new, modified value is added to the sequence, and the division rules (Step 3) are re-applied to it to determine the final .
2.3. Comparative Analysis: Predictability vs. Path-Dependence
| Feature | Oresme Numbers ( ) | Keçeci Numbers ( ) |
| Definition | Fixed recurrence relation: | State-dependent algorithm with conditional logic |
| Generation Rule | Immutable, analytical, time-invariant | Adaptive, computational, state-variant |
| Predictability | Fully predictable; any term can be calculated directly. | Inherently unpredictable; requires step-by-step simulation. |
| Statefulness | Stateless; each step is independent of past choices. | Stateful; requires memory of last divisor and ASK toggle. |
| Dependence | Index-dependent | Path-dependent and value-dependent |
| Complexity | Structural simplicity, analytical complexity (divergence). | Algorithmic complexity, emergent behavioural complexity. |
| Domain | Primarily defined for real (rational) numbers. | Defined across integers, rationals, complex, quaternions [3]. |
| Primary Field of Study | Mathematical Analysis, Calculus | Number Theory, Computer Science, Dynamical Systems |
3. Computational Exploration: Comparing Oresme and Keçeci Numbers Through Python Implementations
3.1. Oresme Numbers in Python: Demonstrating Predictability and Analytical Convergence

3.2. Keçeci Numbers in Python: Illustrating Dynamic Progression and Algorithmic Complexity


4. From Mathematical Abstraction to Practical Application: Novel Use Cases
4.1. Oresme Numbers: Modeling Expectation in Probabilistic Systems
- Systems Biology: Estimating the time required to observe all possible states of a protein or gene expression pattern.
- Network Analysis: Calculating the expected number of random walks needed to visit every node in a complete graph.
- Quality Assurance: Determining the expected number of product samples needed to identify all potential defect types.
- Data Science: Modeling the effort required to gather a complete and representative dataset from a large population.
4.2. Keçeci Numbers: A Tool for Generative Art and Procedural Content




- Oresme numbers are used to model and analyze a well-defined, predictable probabilistic system.
- Keçeci numbers are used to generate a complex, unpredictable artifact whose properties are to be discovered.
5. Application Domains: Analytical Modeling versus Generative Systems
5.1. The Application Landscape of Oresme Numbers: The Realm of Analytical Models
- Algorithm Analysis: In computer science, the average-case performance of certain algorithms can be modelled using the harmonic series. For example, the average number of comparisons in the Quicksort algorithm is approximately 2n ln n, a behavior closely related to the growth of Oresme numbers [22]. They provide a solid theoretical foundation for calculating expected performance.
- Physics and Engineering: Systems involving potentials that decrease with distance, such as certain electrostatic or gravitational models, can involve sums resembling the harmonic series. In reliability engineering, calculating the expected time to failure when components are replaced can also lead to similar mathematical structures.
- Probabilistic Modeling: As demonstrated with the Coupon Collector’s Problem [21], Oresme numbers provide exact, calculable answers for expected values in well-defined probabilistic systems. They are tools for understanding and quantifying randomness, not for producing it.
5.2. The Application Landscape of Keçeci Numbers: The Frontier of Generative Systems
- Procedural Content Generation (PCG): Beyond generative art, Keçeci numbers can be used in video games to procedurally generate content like unique planetary systems, cave networks, or alien plant life. The initial parameters can act as a “seed” that generates a vast, deterministic yet unpredictable world, which can be regenerated perfectly every time with the same seed.
- Simulation and Complex Systems: The sequence can serve as a simplified model for systems where history and state matter. For example, it could simulate a simplified stock market model where a “prime” event represents a market shock, or an ecological model where divisibility represents a resource abundance leading to population growth.
- Cryptography and Security: The high sensitivity to initial conditions (the avalanche effect) and the computational difficulty of predicting the sequence without the key make it a strong candidate for cryptographic applications, particularly stream ciphers.
5.3. Case Study: A Comparison in Cryptography
- Oresme numbers are fundamentally unsuitable for cryptographic applications because their predictability is a critical vulnerability. Security through obscurity (hiding the algorithm) is not real security; the generating principle must be public, and the security must reside only in the key. Oresme numbers have no “key.”
- Keçeci numbers are conceptually well-suited for cryptography. Security resides in the initial parameters (the key), which are kept secret. The algorithm itself can be public. The complex, state-dependent nature of the sequence makes it computationally difficult to reverse-engineer the key from the output, and the avalanche effect ensures that key guessing is ineffective. While this “toy” cipher is not intended for real-world use, it demonstrates that dynamic, state-dependent sequences possess the foundational properties required for building secure cryptographic primitives [23].


| Application Domain | Oresme Numbers (Static) | Keçeci Numbers (Dynamic) |
| Core Strength | Predictability, Analytical Tractability | Unpredictability, Emergent Complexity |
| Primary Use | Modeling & Analysis | Generation & Simulation |
| Examples | Algorithm performance analysis, probabilistic expectation, physics models. | Generative art, procedural content (games), cryptographic keystreams. |
| Role | A tool to understand a system. | A tool to generate a system. |
6. Interdisciplinary Horizons and Future Perspectives
6.1. Oresme Numbers: The Foundation of Analytical Certainty
- Algorithmic Benchmarking: As machine learning and AI models become more complex, verifying their resource consumption (e.g., computational steps, memory access) becomes critical. The predictable, slow-growing nature of Oresme numbers can serve as a “lower bound” or a simple complexity class (O(nlogn)) against which more sophisticated algorithms are measured [22]. They represent a baseline of well-understood, non-chaotic behavior.
- Physics and Information Theory: In statistical mechanics and information theory, concepts like entropy often involve logarithmic functions, echoing the behavior of Oresme numbers. They provide a stable, analytical framework for modeling systems where information accumulates predictably or where phase space expands in a well-ordered manner.
- Economic and Social Modeling: In models of fair division or resource allocation (e.g., the “last-diminisher” method), sums resembling the harmonic series can appear. Their role is to provide a provably fair, if idealized, basis for models that require transparent and justifiable rules.
6.2. Keçeci Numbers: A Bridge Between Number Theory, Quantum Physics, and Generative Systems
- Modeling Topological Matter and Quantum States: Materials like Weyl semimetals and nodal-line semimetals are defined by the unique, topologically protected behavior of their electrons [24,25,26,27,28,29,48,72,73]. The trajectory of a Keçeci number sequence, with its path-dependent “choices” and sudden shifts dictated by number-theoretic properties, offers a compelling abstract model for the path of a quantum particle navigating a complex energy landscape. The “ASK” event, triggered by primality, could be analogous to a quantum particle encountering a topological defect, forcing it into a new state. This conceptual link suggests Keçeci numbers could be used to generate simplified, discrete toy models for simulating quantum transport in these exotic materials, which are themselves candidates for building robust quantum computers [28,29].
- Generative Frameworks for Complex Data Visualization: The Keçeci Layout is proposed as a method for visualizing structured systems in a deterministic, order-preserving way [30,31,32,50,51,52,53,64]. A Keçeci number sequence could serve as the “engine” for this layout. For instance, the sequence could generate coordinates for nodes in a graph, with the algorithm’s state (e.g., last divisor, ASK trigger) determining the connections or clustering. This would generate visualizations that are not merely aesthetically pleasing but whose structure is a direct reflection of underlying number-theoretic properties, potentially revealing hidden patterns in complex datasets. The Keçeci Zigzag Layout [33] and Keçeci’s Arithmetical Square [34] could similarly be powered by the stateful progression of a Keçeci number sequence.
- Procedural Generation of Fractal and Complex Geometries: Keçeci’s work on Keçeci Fractals [35,36] explores scalable complexity. A dynamic number sequence is a natural engine for generating such structures. Instead of using a fixed iterative formula (like in the Mandelbrot set), a Keçeci fractal could progression based on the sequence’s algorithmic path. A division by 3 might correspond to a right turn, a division by 2 to a left turn, and an ASK event to a change in scale or color. This would produce fractals that are not perfectly self-similar but exhibit a more organic, “mutating” complexity.
- Synergies with Quantum Computing and AI: The path to scalable quantum computing is fraught with challenges in error correction and noise management [37,38,39]. Keçeci numbers, as a source of controllable yet complex pseudo-randomness, could be explored in developing novel testbeds for quantum error correction codes [40]. Their sensitivity to initial conditions could be used to generate a wide variety of “noise profiles” to test the robustness of quantum algorithms. Furthermore, the integration of AI with quantum algorithms [41] requires new ways of thinking about structured complexity, a domain where Keçeci numbers and their associated layouts could provide a new conceptual framework.
7. Conclusions
References
- Oresme, N. (1350). De proportionibus proportionum. Paris.
- Gowers, T. (2008). The Princeton Companion to Mathematics. Princeton University Press.
- Grant, E. (1974). A Source Book in Medieval Science. Harvard University Press.
- Horadam, A. F. (1965). Basic properties of a certain generalized sequence of numbers, The Fibonacci Quarterly, 3(3), 161-176. [CrossRef]
- Cerda Morales, G. (2019). Oresme polynomials and their derivatives. [CrossRef]
- Mangueira, M. C. dos S., Vieira, R. P. M., Alves, F. R. V., & Catarino, P. M. M. (2021). The Oresme sequence: The generalization of its matrix form and its hybridization process. Notes on Number Theory and Discrete Mathematics, 27(1), 101-111. [CrossRef]
- Halıcı, S., & Sayın, E. (2025). On some k- Oresme hybrid numbers including negative indices. Communications Faculty of Sciences University of Ankara Series A1 Mathematics and Statistics, 74(1), 17-26. [CrossRef]
- Boyer, C. B., & Merzbach, U. C. (2011). A history of mathematics (3rd ed.). John Wiley & Sons.
- Heath, T. L. (1981). A history of Greek mathematics, Volume 1: From Thales to Euclid. Dover Publications.
- Livio, M. (2002). The golden ratio: The story of Phi, the world’s most astonishing number. Broadway Books.
- O’Connor, J. J., & Robertson, E. F. (1996). Nicole Oresme. MacTutor History of Mathematics archive, University of St Andrews. https://mathshistory.st-andrews.ac.uk/Biographies/Oresme/.
- Diacu, F., & Holmes, P. (1996). Celestial encounters: The origins of chaos and stability. Princeton University Press.
- May, R. M. (1976). Simple mathematical models with very complicated dynamics. Nature, 261(5560), 459–467. [CrossRef]
- Mandelbrot, B. B. (1982). The fractal geometry of nature. W. H. Freeman.
- Stewart, J. (2015). Calculus: Early Transcendentals (8th ed.). Cengage Learning.
- Keçeci, M. (2025, May 11). Keçeci numbers and the Keçeci prime number: A potential number theoretic exploratory tool. Open Science Articles (OSAs), Zenodo. [CrossRef]
- Keçeci, M. (2025). Diversity of Keçeci numbers and their application to Prešić-type fixed-point iterations: A numerical exploration. Open Science Articles (OSAs), Zenodo. [CrossRef]
- Keçeci, M. (2025, May 10). Kececinumbers. Open Science Articles (OSAs), Zenodo. (Kütüphanenin varlığı ve genel tanım için [4]’e atıf) . [CrossRef]
- Keçeci, M. (2024). kececinumbers [Computer software]. GitHub. https://github.com/WhiteSymmetry/kececinumbers.
- Keçeci, M. (2024). kececinumbers (Version 0.1.5) [Computer software]. Anaconda. https://anaconda.org/bilgi/kececinumbers.
- Feller, W. (1968). An introduction to probability theory and its applications (Vol. 1, 3rd ed.). John Wiley & Sons.
- Sedgewick, R., & Flajolet, P. (2013). An introduction to the analysis of algorithms (2nd ed.). Addison-Wesley Professional.
- Katz, J., & Lindell, Y. (2014). Introduction to modern cryptography (2nd ed.). Chapman and Hall/CRC.
- Keçeci, M. (2025). Weyl Semimetals: Unveiling Novel Electronic Structures and Topological Properties. WorkflowHub. [CrossRef]
- Keçeci, M. (2025). Nodal-line semimetals: A geometric advantage in quantum information. Open Science Articles (OSAs), Zenodo. [CrossRef]
- Keçeci, M. (2025). Exploring Weyl Semimetals: Emergence of Exotic Electrons and Topological Order. HAL open science. https://hal.science/hal-05146435.
- Keçeci, M. (2025). From Weyl Fermions to Topological Matter: The Physics of Weyl Semimetals. Knowledge Commons. [CrossRef]
- Keçeci, M. (2025). Harnessing Geometry for Quantum Computation: Lessons from Nodal-Line Materials. Knowledge Commons. [CrossRef]
- Keçeci, M. (2025). Quantum Information at the Edge: Topological Opportunities in Nodal-Line Materials. figshare. [CrossRef]
- Keçeci, M. (2025). The Keçeci Layout: A Cross-Disciplinary Graphical Framework for Structural Analysis of Ordered Systems. Authorea. [CrossRef]
- Keçeci, M. (2025). The Keçeci Layout: A Structural Approach for Interdisciplinary Scientific Analysis. figshare. [CrossRef]
- Keçeci, M. (2025). Beyond Topology: Deterministic and Order-Preserving Graph Visualization with the Keçeci Layout. WorkflowHub. [CrossRef]
- Keçeci, M. (2025). Keçeci Deterministic Zigzag Layout. WorkflowHub. [CrossRef]
- Keçeci, M. (2025). Keçeci’s Arithmetical Square. Authorea. [CrossRef]
- Keçeci, M. (2025). Scalable Complexity in Fractal Geometry: The Keçeci Fractal Approach. Authorea. [CrossRef]
- Keçeci, M. (2025). Keçeci Fractals. WorkflowHub. [CrossRef]
- Keçeci, M. (2025). Accuracy, Noise, and Scalability in Quantum Computation: Strategies for the NISQ Era and Beyond. Open Science Articles (OSAs), Zenodo. [CrossRef]
- Keçeci, M. (2025). Yüksek Kübit Sayılı Kuantum Hesaplamada Ölçeklenebilirlik ve Hata Yönetimi: Yüzey Kodları, Topolojik Malzemeler ve Hibrit Algoritmik Yaklaşımlar. Open Science Articles (OSAs), Zenodo. [CrossRef]
- Keçeci, M. (2025). Quantum Error Correction Codes and Their Impact on Scalable Quantum Computation: Current Approaches and Future Perspectives. Open Science Articles (OSAs), Zenodo. [CrossRef]
- Keçeci, M. (2025). Kuantum Hata Düzeltmede Metrik Seçimi ve Algoritmik Optimizasyonun Büyük Ölçekli Yüzey Kodları Üzerindeki Etkileri. Open Science Articles (OSAs), Zenodo. [CrossRef]
- Keçeci, M. (2025). Künneth Teoremi Bağlamında Özdevinimli ve Evrişimli Kuantum Algoritmalarında Yapay Zekâ Entegrasyonu ile Hata Minimizasyonu. Open Science Articles (OSAs), Zenodo. [CrossRef]
- Keçeci, M. (2025). Keçeci Numbers and the Keçeci Prime Number. Authorea. [CrossRef]
- https://github.com/WhiteSymmetry/Oresme.
- Keçeci, M. (2025). Oresme (0.1.0). Open Science Articles (OSAs), Zenodo. [CrossRef]
- https://pypi.org/project/oresme.
- https://anaconda.org/bilgi/oresme.
- Keçeci, M. (2025). Exploring Weyl Semimetals: Emergence of Exotic Electrons and Topological Order. HAL open science. https://hal.science/hal-05146435; [CrossRef]
- Keçeci, M. (2025). Nodal-Line Semimetals: Unlocking Geometric Potential in Quantum Information. WorkflowHub. [CrossRef]
- Keçeci, M. (2025). Weyl Semimetals and Their Unique Electronic and Topological Characteristics. figshare. [CrossRef]
- Keçeci, M. (2025). When Nodes Have an Order: The Keçeci Layout for Structured System Visualization. HAL open science. https://hal.science/hal-05143155; [CrossRef]
- Keçeci, M. (2025). Beyond Traditional Diagrams: The Keçeci Layout for Structural Thinking. Knowledge Commons. [CrossRef]
- Keçeci, M. (2025, July 3). The Keçeci Layout: A Structural Approach for Interdisciplinary Scientific Analysis. OSF. [CrossRef]
- Keçeci, M. (2025). The Keçeci Layout: A Structural Approach for Interdisciplinary Scientific Analysis. Open Science Articles (OSAs), Zenodo. [CrossRef]
- Keçeci, M. (2025). Technical and Theoretical Bridges Between Gravitational Wave Observations and Quantum Information Processing Systems. Authorea. July, 2025. [CrossRef]
- Keçeci, M. (2025). New Technological and Methodological Approaches in Gravitational Wave Detection and Quantum Computing Development. WorkflowHub. [CrossRef]
- Veliev, E. V., Günaydın, S., & Sundu, H. (2018). Thermal properties of the exotic X(3872) state via QCD sum rule. The European Physical Journal Plus, 133(3), 139. [CrossRef]
- Yıldız, F., Przybylski, M., & Kirschner, J. (2009). Direct evidence of a nonorthogonal magnetization configuration in single crystalline Fe1₋ₓCoₓ/Rh/Fe/Rh(001) system. Physical Review Letters, 103(14), 147203. [CrossRef]
- Yalçın, O., et al. (2023). Crystallographic, structural, optical, and dielectric properties of aniline and aniline halide imprinted hydrogels for optoelectronic applications. Journal of Materials Science: Materials in Electronics, 34(22). [CrossRef]
- Mikailzade, F., Maksutoglu, M., Khaibullin, R.I., Valeev, V.F., Nuzhdin, V.I., Aliyeva, V.B., & Mammadov, T.G. (2016). Magnetodielectric Effects in Co-implanted TlInS2 and TlGaSe2 Crystals. Phase Transitions, 89(6), 568–577. [CrossRef]
- Garrett, J., Luis, E., Peng, H.-H., Cera, T., Gobinathj, Borrow, J., Keçeci, M., Splines, Iyer, S., Liu, Y., cjw, & Gasanov, M. (2023). garrettj403/SciencePlots: 2.1.1 (2.1.1). Zenodo. [CrossRef]
- Rameev, B. (2020). Magnetic Resonance and Microwave Techniques for Security Applications. 2019 Photonics & Electromagnetics Research Symposium-Spring (PIERS-Spring). [CrossRef]
- Yaman, M., Misir, Z. Finite-Time Behaviour of Solutions to Nonlinear Parabolic equation. New Trends in Mathematical Sciences, 2022, Vol. 10, no. 4, pp. 47–53. [CrossRef]
- Bidai, K., Tabeti, A., Mohammed, D. S., Seddik, T., Batouche, M., Özdemir, M., & Bakhti, B. (2020). Carbon substitution enhanced electronic and optical properties of MgSiP2 chalcopyrite through TB-mBJ approximation. Computational Condensed Matter, 24, e00490. [CrossRef]
- Keçeci, M. (2025). A Graph-Theoretic Perspective on the Keçeci Layout: Structuring Cross-Disciplinary Inquiry. Preprints.
- Keçeci, M. (2025). Oresme. figshare. [CrossRef]
- Keçeci, M. (2025). Oresme [Data set]. WorkflowHub. [CrossRef]
- Keçeci, M. (2025). Dynamic vs Static Number Sequences: The Case of Keçeci and Oresme Numbers. Open Science Articles (OSAs), Zenodo. [CrossRef]
- Keçeci, M. (2025). Variability and Stability in Number Sequences: An Analysis of Keçeci and Oresme Numbers. WorkflowHub. [CrossRef]
- Keçeci, Mehmet (2025). Dynamic-Static Properties of Keçeci and Oresme Number Sequences: A Comparative Examination. figshare. Journal contribution. [CrossRef]
- Keçeci, Mehmet (2025). Dynamic and Static Approaches in Mathematics: Investigating Keçeci and Oresme Sequences. Knowledge Commons. [CrossRef]
- Keçeci, M. (2025). Characteristic Features of Keçeci and Oresme Number Sequences: Dynamic and Static Perspectives. HAL open science.
- Keçeci, M. (2025). Geometric Resilience in Quantum Systems: The Case of Nodal-Line Semimetals. Authorea. Authorea. [CrossRef]
- Keçeci, M. (2025). The Rise of Weyl Semimetals: Exotic States and Topological Transitions. Authorea. [CrossRef]
- Keçeci, M. (2025). Analysing the Dynamic and Static Structures of Keçeci and Oresme Sequences. Authorea.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).
