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!)
A177892 The number of distinct prime factors in Lucas-Lehmer number A003010(n). 1
1, 2, 2, 3, 2, 3, 6, 3, 5, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(10)>2: results from www.factordb.com. - R. J. Mathar, Dec 15 2010
a(11)=4, factorization added to www.factordb.com. - Sean A. Irvine, Mar 25 2011
LINKS
FORMULA
a(n) = A001221(A003010(n)).
MATHEMATICA
Table[PrimeNu[Ceiling[(2 + Sqrt[3])^(2^n)]], {n, 0, 5}] (* G. C. Greubel, May 16 2017 *)
PROG
(PARI) a=4; until(a=a^2-2, print1(omega(a)", ")) \\ M. F. Hasler, Dec 14 2010
CROSSREFS
Sequence in context: A056160 A106245 A129568 * A341758 A236433 A117122
KEYWORD
nonn,hard,more
AUTHOR
G. L. Honaker, Jr., Dec 14 2010
EXTENSIONS
a(9) from Wang Runsen, Oct 26 2020
STATUS
approved

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 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)