[go: up one dir, main page]

login
Search: a056580 -id:a056580
     Sort: relevance | references | number | modified | created      Format: long | short | data
Nearest integer to 1/(A056580(n) - exp(sqrt(n)*Pi)).
+20
7
-7, -51, 4, -2, -5, 110, 15, -3, 3, 5, -7, -3, 19, 4, 5, -3, 430, 141, 4, 4, -2, 574, 3, 7, 1518, -3, 62, 84, -2, -10, 11, -7, -13, -4, 4, -3, 45551, -5, 3, 3, 2, -33, 4494, -8, -5, -6, 3, -2, 7, 2, 9, -3, -4, -4, 3, -17, -2, 5624716, 147, -5, 4, 3, 3, 2, 6, -2, 747638
OFFSET
1,1
COMMENTS
A measure of how close e^(Pi*sqrt(n)) is to an integer (higher absolute value of a(n) means closer, negative value means the closest integer is smaller than it).
The sign convention is chosen so that most terms and in particular record values such as those occurring for the Heegner numbers A003173, are positive, so that A069014 lists record indices of this sequence (except for A069014(2)=2 instead of 3 for signed values). The sequence is not defined for n=0,-1 where e^(sqrt(n)*Pi) is an integer. - M. F. Hasler, Apr 15 2008
Negative resp. positive values of a(n) correspond to 2nd resp. 3rd term of the continued fraction expansion of exp(sqrt(n)*Pi), up to a difference of -1 or -2 depending on the direction of rounding. - M. F. Hasler, Apr 15 2008
REFERENCES
For links, references and more information see A019296 and other cross-referenced sequences.
FORMULA
a(n) = 1/(A056580(n) - e^(sqrt(n)*Pi)).
A019296 ={-1, 0} U { n | abs(A056581(n)) > 100} U { some n for which abs(A056581(n)) = 100 }. - M. F. Hasler, Apr 15 2008
EXAMPLE
a(6)=110, since e^(Pi*sqrt(6)) = 2197.9908695... and 1/(2198-2197.9908695...) = 109.52... which rounds to 110.
e^(Pi*sqrt(163)) = 262537412640768743.9999999999992500725971981... (the Ramanujan number) and so a(163)=1333462407513.
PROG
(PARI) default(realprecision, 100); dZ(x)=round(x)-x
A056581(n)=round(1/dZ(exp(sqrt(n)*Pi))
KEYWORD
sign
AUTHOR
Henry Bottomley, Jun 30 2000
EXTENSIONS
Definition, formulas and values corrected and extended by M. F. Hasler, Apr 15 2008
STATUS
approved
a(n) = (-1) * round(j((1 + sqrt(-n))/2)), where j is j-invariant.
+10
1
-1728, -233, 0, 90, 539, 1539, 3375, 6511, 11663, 19897, 32768, 52512, 82306, 126616, 191658, 286008, 421407, 613808, 884736, 1263051, 1787217, 2508208, 3493226, 4830420, 6634880, 9056199, 12288000, 16579887, 22252407, 29715715, 39492794, 52248279, 68824132
OFFSET
1,1
COMMENTS
a(n) is close to A056580(n) - 744.
LINKS
Eric Weisstein's World of Mathematics, j-Function
EXAMPLE
n | j((1 + sqrt(-n))/2) | a(n) | A056580(n) - 744
---+---------------------+---------+------------------
1 | -1728 | -1728 | -721
2 | -232.86... | -233 | -659
3 | 0 | 0 | -513
4 | 89.59... | 90 | -209
5 | 538.90... | 539 | 380
6 | 1539.19... | 1539 | 1454
7 | 3375 | 3375 | 3328
8 | 6511.17... | 6511 | 6484
9 | 11663.39... | 11663 | 11648
10 | 19897.28... | 19897 | 19888
11 | 32768 | 32768 | 32762
12 | 52511.98... | 52512 | 52508
13 | 82306.31... | 82306 | 82304
14 | 126616.31... | 126616 | 126615
15 | 191657.83... | 191658 | 191657
16 | 286007.99... | 286008 | 286007
17 | 421407.46... | 421407 | 421407
18 | 613808.31... | 613808 | 613808
19 | 884736 | 884736 | 884736
20 | 1263050.90... | 1263051 | 1263051
21 | 1787216.60... | 1787217 | 1787216
22 | 2508208.07... | 2508208 | 2508208
PROG
(PARI) {a(n) = -round(ellj((1+sqrt(n)*I)/2))}
CROSSREFS
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jun 04 2018
STATUS
approved

Search completed in 0.005 seconds