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.

A371649 Decimal expansion of Sum_{k>=0} 1/Lucas(5^k).

This page as a plain text file.
%I A371649 #8 Mar 31 2024 08:43:41
%S A371649 1,0,9,0,9,1,5,0,5,1,7,7,0,0,7,7,6,7,0,0,1,8,6,5,7,5,0,2,4,1,4,2,2,8,
%T A371649 2,0,5,7,1,5,1,7,5,1,0,2,3,1,9,9,0,6,6,9,8,9,0,5,0,3,2,1,7,0,9,2,2,2,
%U A371649 4,3,0,8,1,7,5,8,2,8,8,4,4,6,4,9,0,2,6,3,1,9,6,7,3,7,2,4,8,1,8,3,1,2,4,1,7
%N A371649 Decimal expansion of Sum_{k>=0} 1/Lucas(5^k).
%C A371649 This constant is a transcendental number (Nyblom, 2001).
%H A371649 M. A. Nyblom, <a href="https://doi.org/10.1006/jnth.2001.2672">A Theorem on Transcendence of Infinite Series II</a>, Journal of Number Theory, Vol. 91, No. 1 (2001), pp. 71-80.
%H A371649 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>.
%F A371649 Equals Sum_{k>=0} 1/A144837(k).
%e A371649 1.09091505177007767001865750241422820571517510231990...
%t A371649 RealDigits[Sum[1/LucasL[5^k], {k, 0, 10}], 10, 120][[1]]
%o A371649 (PARI) suminf(k = 0, 1/(fibonacci(5^k-1) + fibonacci(5^k+1)))
%Y A371649 Cf. A000032, A144837, A371650.
%Y A371649 Similar constants: A093540, A338304, A338612, A371647.
%K A371649 nonn,cons
%O A371649 1,3
%A A371649 _Amiram Eldar_, Mar 31 2024