cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-3 of 3 results.

A060295 Decimal expansion of exp(Pi*sqrt(163)).

Original entry on oeis.org

2, 6, 2, 5, 3, 7, 4, 1, 2, 6, 4, 0, 7, 6, 8, 7, 4, 3, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 2, 5, 0, 0, 7, 2, 5, 9, 7, 1, 9, 8, 1, 8, 5, 6, 8, 8, 8, 7, 9, 3, 5, 3, 8, 5, 6, 3, 3, 7, 3, 3, 6, 9, 9, 0, 8, 6, 2, 7, 0, 7, 5, 3, 7, 4, 1, 0, 3, 7, 8, 2, 1, 0, 6, 4, 7, 9, 1, 0, 1, 1, 8, 6, 0, 7, 3, 1, 2, 9, 5, 1, 1, 8, 1
Offset: 18

Views

Author

Jason Earls, Mar 24 2001

Keywords

Comments

From Alexander R. Povolotsky, Jun 23 2009, Apr 04 2012: (Start)
One could observe that the last four of Class Number 1 expressions in T. Piezas "Ramanujan Pages" could be expressed as the following approximation:
exp(Pi*sqrt(19+24*n)) =~ (24*k)^3 + 31*24
which gives 4 (four) "almost integer" solutions:
1) n = 0, 19+24*0 = 19, k = 4;
2) n = 1, 19+24*1 = 43, k = 40;
3) n = 2, 19+24*2 = 67, k = 220;
4) n = 6, 19+24*6 = 163, k = 26680; this of course is the case for Ramanujan constant vs. its integer counterpart approximation. (End)
From Alexander R. Povolotsky, Oct 16 2010, Apr 04 2012: (Start)
Also if one expands the left part above to exp(Pi*sqrt(b(n))) where b(n) = {19, 25, 43, 58, 67, 163, 232, ...} then the expression (exp(Pi*sqrt(b(n))))/m (where m is either integer 1 or 8) yields values being very close to whole integer value:
Note, that the first differences of b(n) are all divisible by 3, giving after the division: {2, 6, 5, 3, 32, 33, ...}. (End)
From Amiram Eldar, Jun 24 2021: (Start)
This constant was discovered by Hermite (1859).
It is sometimes called "Ramanujan's constant" due to an April Fool's joke by Gardner (1975) in which he claimed that Ramanujan conjectured that this constant is an integer, and that a fictitious "John Brillo" of the University of Arizona proved it on May 1974.
In fact, Ramanujan studied similar near-integers of the form exp(Pi*sqrt(k)) (e.g., A169624), but not this constant.
Gauld (1984) discovered that (Pi*sqrt(163))^e = 22806.9992... is also a near-integer. (End)

Examples

			The Ramanujan number = 262537412640768743.99999999999925007259719818568887935...
		

References

  • John H. Conway and Richard K. Guy, The Book of Numbers, New York: Springer-Verlag, 1996. See pp. 225-226.
  • C. Stanley Ogilvy and John T. Anderson, Excursions in Number Theory, Oxford University Press, NY, 1966, p. 106.
  • Harold M. Stark, An Introduction to Number Theory, Markham, Chicago, 1970, p. 179.
  • Dimitris Vathis, Letter to N. J. A. Sloane, Apr 22 1985.
  • David Wells, The Penguin Dictionary of Curious and Interesting Numbers. Penguin Books, NY, 1986, Revised edition 1987. See p. 142.

Crossrefs

Programs

  • Magma
    R:= RealField(); Exp(Pi(R)*Sqrt(163)); // G. C. Greubel, Feb 15 2018
  • Mathematica
    RealDigits[N[E^(Pi*Sqrt[163]), 110]][[1]]
  • PARI
    default(realprecision, 20080); x=exp(Pi*sqrt(163))/10^17; for (n=18, 20000, d=floor(x); x=(x-d)*10; write("b060295.txt", n, " ", d)); \\ Harry J. Smith, Jul 03 2009
    

Formula

exp(Pi*sqrt(163)) = A199743(6)^3 + 744 - 7.4992... * 10^-13. - Charles R Greathouse IV, Jul 15 2020

A305500 a(n) = (-1) * j((1 + sqrt(-A003173(n+2)))/2).

Original entry on oeis.org

0, 3375, 32768, 884736, 884736000, 147197952000, 262537412640768000
Offset: 1

Views

Author

Seiichi Manyama, Jun 03 2018

Keywords

Examples

			j((1+sqrt(  -3))/2) =                   0.
j((1+sqrt(  -7))/2) =               -3375 = (-1) *     15^3.
j((1+sqrt( -11))/2) =              -32768 = (-1) *     32^3.
j((1+sqrt( -19))/2) =             -884736 = (-1) *     96^3.
j((1+sqrt( -43))/2) =          -884736000 = (-1) *    960^3.
j((1+sqrt( -67))/2) =       -147197952000 = (-1) *   5280^3.
j((1+sqrt(-163))/2) = -262537412640768000 = (-1) * 640320^3.
		

Crossrefs

Formula

a(n) = A199743(n-1)^3 for n > 1.

A357211 a(n) is the real cube root of the value of the j-function for the n-th Heegner number A003173(n).

Original entry on oeis.org

12, 20, 0, -15, -32, -96, -960, -5280, -640320
Offset: 1

Views

Author

Keywords

Crossrefs

Showing 1-3 of 3 results.