login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A114469
Number of decimal digits in Lucas(10^n).
0
1, 3, 21, 209, 2090, 20899, 208988, 2089877, 20898765, 208987641, 2089876403
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Lucas Number.
FORMULA
a(n) = A055642(A000032(n)). - Michel Marcus, Jan 24 2018
Limit_{n->oo} a(n)/10^n = A097348. - Amiram Eldar, Apr 14 2022
MATHEMATICA
Table[IntegerLength[LucasL[10^n]], {n, 0, 7}] (* Jean-François Alcover, Jan 24 2018 *)
CROSSREFS
Cf. A068070. - R. J. Mathar, Dec 13 2008
Sequence in context: A192314 A242635 A136223 * A097690 A037967 A123691
KEYWORD
nonn,base,more
AUTHOR
Eric W. Weisstein, Nov 30 2005
EXTENSIONS
a(8)-a(10) from Amiram Eldar, Apr 14 2022
STATUS
approved