login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A177874 The number of decimal digits in the Lucas-Lehmer number A003010(n). 2

%I #27 Sep 08 2022 08:45:53

%S 1,2,3,5,10,19,37,74,147,293,586,1172,2343,4686,9371,18742,37484,

%T 74967,149933,299866,599731,1199461,2398922,4797844,9595688,19191376,

%U 38382751,76765501,153531001,307062002,614124003,1228248006,2456496012

%N The number of decimal digits in the Lucas-Lehmer number A003010(n).

%F a(n) = A055642(A003010(n)).

%t a=Sqrt[6]; Table[a=a^2-2; Length[IntegerDigits[a]], {n,0,20}]

%t IntegerLength/@NestList[#^2-2&,4,33] (* _Harvey P. Dale_, Jan 19 2018 *)

%o (Magma) T:=[ n eq 1 select 4 else Self(n-1)^2-2: n in [1..24] ]; [ #Intseq(T[n]): n in [1..#T] ];

%Y Cf. A003010.

%K nonn,base

%O 0,2

%A _G. L. Honaker, Jr._, Dec 13 2010

%E a(21) - a(24) from _Klaus Brockhaus_, Dec 13 2010

%E a(25) - a(32) from _D. S. McNeil_, Dec 13 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 13:40 EDT 2024. Contains 371792 sequences. (Running on oeis4.)