|
Search: id:A105393
|
|
|
| A105393 |
|
Decimal expansion of sum of reciprocals of squares of Fibonacci numbers. |
|
+0 2
|
|
| 2, 4, 2, 6, 3, 2, 0, 7, 5, 1, 1, 6, 7, 2, 4, 1, 1, 8, 7, 7, 4, 1, 5, 6, 9, 4, 1, 2, 9, 2, 6, 6, 2, 0, 3, 7, 4, 3, 2, 0, 2, 5, 9, 7, 7, 4, 5, 1, 3, 8, 3, 0, 9, 0, 5, 1, 1, 0, 1, 0, 2, 8, 3, 4, 5, 4, 6, 6, 1, 1, 9, 3, 7, 5, 1, 1, 1, 9, 7, 8, 6, 3, 6, 8, 7, 7, 5, 3, 8, 9, 8, 1, 5, 2, 1, 5, 3, 6, 3, 6, 3, 7, 9, 2, 1
(list; cons; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
This is one of a set of related number theory constants. It is conjectured to be irrational. T. D. Noe (noe(AT)sspectra.com) extended the digits of this constant to 100 digits accuracy, when J. V. Post had discovered it and found it to 8 digits. The reciprocal Fibonacci constant sum 1/F(n) ~ 3.35988566 is given in A079586, queried as to irrationality by Erdos and proved irrational by Andre-Jeannin (1989). The reciprocal Lucas constant sum 1/L(n) ~ 1.96285817 is given in A093540. Sum 1/F(n)^2 converges because each term is equal or less than the corresponding term in the converging reciprocal Fibonacci constant. The sum 1/L(n)^2 is given in A105394.
Known to be transcendental. - Benoit Cloitre (benoit7848c(AT)orange.fr), Jan 07 2006
|
|
REFERENCES
|
R. Andre-Jeannin, "Irrationalite de la somme des inverses de certaines suites recurrentes." C. R. Acad. Sci. Paris Ser. I Math. 308, 539-541, 1989.
Michel Waldschmidt, Elliptic functions and transcendance, Dec. 2005, to appear
|
|
LINKS
|
Eric Weisstein's World of Mathematics, Fibonacci Number.
Eric Weisstein's World of Mathematics, Lucas Number.
Eric Weisstein's World of Mathematics, Reciprocal Fibonacci Constant.
|
|
FORMULA
|
Decimal expansion of Sum 1/F(n)^2.
Sum(k>=1, 1/F(k)^2) = 2.4263207511672411877... - Benoit Cloitre (benoit7848c(AT)orange.fr), Jan 07 2006
|
|
EXAMPLE
|
2.426320751167241187741569...
|
|
PROGRAM
|
(PARI) sum(k=1, 500, 1./fibonacci(k)^2) (Cloitre)
|
|
CROSSREFS
|
Cf. A079586, A093540, A105394.
Sequence in context: A010241 A162630 A102128 this_sequence A049200 A164701 A083791
Adjacent sequences: A105390 A105391 A105392 this_sequence A105394 A105395 A105396
|
|
KEYWORD
|
cons,easy,nonn
|
|
AUTHOR
|
Jonathan Vos Post (jvospost3(AT)gmail.com), Apr 04 2005
|
|
EXTENSIONS
|
More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), Jan 07 2006
|
|
|
Search completed in 0.002 seconds
|