The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A135621 Number of prime factors of 11^n + 2 (counted with multiplicity). 0
1, 1, 2, 2, 3, 1, 3, 3, 3, 1, 7, 3, 4, 3, 3, 2, 5, 2, 2, 3, 4, 3, 5, 3, 3, 3, 7, 3, 5, 6, 3, 2, 4, 3, 7, 5, 7, 3, 6, 3, 4, 4, 7, 4, 6, 7, 4, 2, 5, 3, 7, 5, 8, 4, 3, 4, 3, 5, 7, 6, 2, 5, 2, 5, 5, 4, 7, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n)=1 for n=0,1,5,9,287,8273, see A109076.
LINKS
EXAMPLE
a(0)=1 because 11^0+2=3(prime),
a(1)=1 because 11^1+2=13(prime),
a(2)=2 because 11^2+2=123=3*41(semiprime),
a(3)=2 because 11^3+2=123=31*43(semiprime),
a(4)=3 because 11^4+2=14643=3^2*1627(3 prime factors).
MATHEMATICA
Table[ PrimeOmega[11^n + 2] , {n, 0, 25}] (* G. C. Greubel, Oct 23 2016 *)
PROG
(PARI) a(n) = bigomega(11^n+2); \\ Michel Marcus, Oct 13 2013
CROSSREFS
Cf. A109076.
Sequence in context: A047972 A004595 A071681 * A369366 A224764 A077268
KEYWORD
nonn
AUTHOR
Zak Seidov, Mar 03 2008
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 May 12 19:25 EDT 2024. Contains 372494 sequences. (Running on oeis4.)