iTranslated by AI
The Additive Sequence Hidden in Ramanujan's Pi Formula: Public Notebook
Additive Sequences Hidden in Ramanujan's Pi Formula - Public Notes -
Overview
This article demonstrates that the two large integers, 1103 and 26390, provided by Ramanujan in his 1914 pi formula, are not unrelated coefficients but rather consecutive terms in a single additive recurrence relation.
Ramanujan's Pi Formula
Specifically, the values
Furthermore, an algebraic identity holds: the discriminant of an additive recurrence relation whose coefficient sum is a pair of twin primes
This "convergence without reaching" motion is the same structure by which the Fibonacci sequence fails to reach the golden ratio
As a starting point, I also investigated the world of imaginary quadratic fields (Eisenstein series and
1. Introduction: Why these two integers?
There are countless formulas for pi, but Ramanujan's 1914 formula is known for achieving extreme precision with very few terms. Just the 0-th term, for
This matches
This naturally raises a question: Why 1103? Why 26390? These two values form a linear expression within the formula:
With a constant term of 1103 and a slope of 26390, were these two numbers given separately, or are they linked to each other?
This note is an attempt to trace the thread connecting these two numbers using only the language of integers. I use no trigonometric functions, no calculus, and no continuous limit operations. All that is used is addition and its repetition.
---## 2. A Detour and Its Record: Eisenstein series were not the wayMy first approach was an attempt from the world of imaginary quadratics. The origin of Ramanujan's formula is a special point in the upper half-plane,
3. Connecting 1103 and 26390 with Addition Alone
3.1 Putting the Two Numbers into a Single Formula
Returning to the origin, I will write the relationship between the two numbers directly. Dividing
This is close to the integer
In other words,
Here, the residue
3.2 The Two Numbers are Adjacent Terms in an Additive Recurrence Sequence
Reading the relationship
And stepping back one level:
So the sequence lines up as:
1103 and 26390 are adjacent terms in this sequence. Note that this is the same "second-order additive recurrence sequence" as the Fibonacci sequence
4. The Discriminant Identity for Twin Primes
4.1 The Identity
The characteristic equation for the recurrence relation
Therefore,
When
This is neither an observation nor a hypothesis; it is an algebraic identity that anyone can verify by expanding the expression.
4.2 With Some Twin Primes
| Twin Primes |
Match | Square root appearing in the characteristic root | ||
|---|---|---|---|---|
| ✓ | ||||
| ✓ | ||||
| ✓ | ||||
| ✓ | ||||
| ✓ |
For reference, this does not hold for non-twin pairs. For
4.3 In the Case of the Sequence of 1103 and 26390
The recurrence relation involving 1103 and 26390 uses the coefficient
The larger root is
5. Converging Without Reaching
5.1 Adjacency Ratios Do Not Reach the Limit
Observing the adjacency ratios of the sequence
| Adjacency Ratio | Value | Residue from limit |
|---|---|---|
The adjacency ratio heads toward
What is important here is that
5.2 Three Sequences Performing the Same Motion
This structure of "converging without reaching" is the same as the structure where the Fibonacci sequence does not reach the golden ratio. In the Fibonacci sequence,
And the Ramanujan formula itself is the same. The partial sum
Comparing the three:
| Sequence | Recurrence / Generation | Limit | Residue Reduction Rate |
|---|---|---|---|
| Fibonacci | Approx. |
||
| Sequence |
Approx. |
||
| Partial sum of Ramanujan formula | Approx. |
All three approach their limits without reaching them, while reducing the residue at a constant rate. The only difference is the speed of reduction. The Fibonacci sequence is the slowest, and the Ramanujan formula is the fastest. The sequence 1103/26390 stands in between.

Figure: The residues of the three sequences viewed in
5.3 The Residue is Not an Error
As written in the previous article "Sequences with structure converge to their center," the residue is not an error. It is a signature of the structure.
The fact that the Fibonacci sequence does not reach
Pi is one of the deepest instances of this unreachability.
6. What Has Been Confirmed and What Cannot Yet Be Said
Like my notes on seismic data, I will distinguish between what has been confirmed and what remains reserved.
6.1 Confirmed Points (Established)
-
. Where26390 = 24\times1103 - 82 ,24=11+13 , and82=24+58=2\times41 .41=11+13+17 -
are three consecutive terms of the additive recurrence82,\,1103,\,26390 .a_{n+1}=24a_n-a_{n-1} and1103 are adjacent terms.26390 - Algebraic identity:
. An additive recurrence whose coefficient sum is a twin prime pair has the square root of the product of the twin primes,(p+q)^2-4=4pq \iff |p-q|=2 , in its characteristic roots.\sqrt{pq} - The adjacency ratio of this sequence converges monotonically to
, and the residue reduces at a constant rate.12+\sqrt{143}=12+\sqrt{11\cdot13} - Negative result:
,1103 , and26390 do not appear in the integer coefficients of the Hilbert class polynomial containing9801 and its conjugate.j(i\sqrt{58})
6.2 Reservations — What Cannot Yet Be Said
- The form
is also a rewrite of the previously known relation26390 = 24\times1103 - 82 (where26390 = 24\times\beta - 58 is the Pell entry point). Since any two numbers\beta=1102 can be written asA,B , what is truly significant is that bothB=qA-r andq=24 can be expressed by the previously mentioned structural numbersr=82 . Whether this fact that "they can be written using only pre-existing numbers" is a coincidence requires further investigation.11, 13, 58 -
is a member of the series where "if they are twin primes, the discriminant always yields the product." While it is not an isolated singularity, I have not yet measured how special it is that the specific prime(11,13) stands exactly as an adjacent pair in this recurrence. Whether the same phenomenon occurs with other twin primes or if similar sequences appear in other Ramanujan-type formulas (such as the Chudnovsky formula) remains a task for the future.1103 - I chose
to ber because1 is the most straightforward decomposition. If one were to choose82=1\times82 or other values, a different sequence would emerge. I have not yet decided which choice is the "authentic" one.r=2
7. The Landscape Seen from Here (Hypothesis)
Finally, I will write down an image that is neither confirmed nor an observation. This is not a proof, but a landscape that has become visible beyond the calculations so far.
If we translate the fact that a recurrence with the coefficient sum of the twin primes
And a cone has cross-sections: circles, parabolas, and hyperbolas. Could the circle be a special cross-section of the cone projected from the universe of
This is still just an image. I have not proven the geometry of the cone itself in the language of integers. However, I plan to follow up in a separate paper on what each cross-section of the cone (circle, parabola, hyperbola) signifies in more detail. This note is an outpost from number theory for that discussion on the physical side.
Appendix
Computational Environment: b13phase v066 + Python (mpmath, sympy). All calculations have undergone integer arithmetic and multi-precision verification.
Replication of Confirmed Calculations: The relations in Chapter 3 and Chapter 4 of this note can all be verified using simple integer arithmetic.
Positioning: This note is a sequel to the previous article "B13, sequences with structure converge to their center," and is an outpost for an unfinished physics chapter (the meaning of each cross-section of the cone). It is not a peer-reviewed paper with a formal proof, but a research note recording the progress of a study.
Afterword ── Interpretation by Y. Zhao
Here, I would like to touch upon the relationship with the paper by Y. Zhao regarding Ramanujan's pi formula.
Y. Zhao, A modular proof of two of Ramanujan's formulae for 1/\pi, J. Aust. Math. Soc. 109 (2020), 131–144.
Ramanujan's 1/\pi formula
This is a paper that completely derived the two constants
The logic goes like this:
- Uses Weber's class invariant at
. Specifically,\tau = i/\sqrt{58} .2k/(k')^2 = ((\sqrt{29}-5)/2)^6 stands out.\sqrt{29} - Determines the space of level 58
-products (dimension 7) from the cusp structure of\eta .\Gamma_0(58) - Obtains
as a linear combination.H(e^{-\pi/\sqrt{58}})^2 = 65{,}870{,}496 + 8{,}439{,}552\sqrt{29} - Taking the square root,
.H(e^{-\pi/\sqrt{58}}) = 36\sqrt{2}(148 + 11\sqrt{29}) - Substituting this yields
— this is the origin ofG_0 = 2\sqrt{2}\cdot1103 / 99^2 .1103 - Similarly,
and2v(k) = 1820\sqrt{29} / 99^2 are obtained.c(k) = 1/99^4 = 1/396^4 - Taking the ratio yields
— this is2\sqrt{58}\cdot v(k) / G_0 = (\sqrt{58}\cdot1820\sqrt{29})/(2\sqrt{2}\cdot1103) = 910\cdot29 / 1103 .26390 / 1103
What I want to draw attention to is the prime factorization appearing in the final expression:
In this, 13 and 29 appear.
13 appears in 910, that is, in the numerator of
And the correction term 82 in Ramanujan's recurrence
-
58 = 2\cdot29
Analytic side (the discriminant Zhao uses for the proof)\leftarrow -
24 =
B_{11} + B_{13} Integer addition side (sum of adjacent primes)\leftarrow
The correction term of the recurrence itself decomposes into the sum of the analytic side and the integer side. This appears to be a record at the coefficient level that "Ramanujan was speaking two languages simultaneously."
By the way, the carry point of the double-staircase
That is, it is only a difference of 4 from Ramanujan's
1099 = Double-staircase carry point (left staircase, additive side), \Phi_d(13) cyclotomic decomposition
1103 = Initial value of Ramanujan's 1/\pi formula (limit of the right staircase, analytic side), \Gamma_0(58) \eta-product
Difference of 4 (= representative of the 4H coset, jump at the 0th digit)
1099 has the algebraic coordinates of the left staircase. 1103 has the modular coordinates according to Zhao's proof. It can be said that both stand on different scaffolds of the same floor.
References
- Y. Zhao, "A modular proof of two of Ramanujan's formulae for 1/\pi", J. Aust. Math. Soc. 109 (2020), 131–144. doi:10.1017/S1446788718000599
- S. Ramanujan, "Modular equations and approximations to \pi", Q. J. Pure Appl. Math. 45 (1914), 350–372.
- J. M. Borwein and P. B. Borwein, Pi and the AGM, Wiley, New York, 1987.
B13 Fractal Fullerene Theory / MORC.B13
All calculations can be replicated with integer arithmetic (b13phase library).
Discussion