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

%I #9 Oct 24 2016 18:32:41

%S 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,

%T 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

%N Number of prime factors of 11^n + 2 (counted with multiplicity).

%C a(n)=1 for n=0,1,5,9,287,8273, see A109076.

%e a(0)=1 because 11^0+2=3(prime),

%e a(1)=1 because 11^1+2=13(prime),

%e a(2)=2 because 11^2+2=123=3*41(semiprime),

%e a(3)=2 because 11^3+2=123=31*43(semiprime),

%e a(4)=3 because 11^4+2=14643=3^2*1627(3 prime factors).

%t Table[ PrimeOmega[11^n + 2] , {n,0,25}] (* _G. C. Greubel_, Oct 23 2016 *)

%o (PARI) a(n) = bigomega(11^n+2); \\ _Michel Marcus_, Oct 13 2013

%Y Cf. A109076.

%K nonn

%O 0,3

%A _Zak Seidov_, Mar 03 2008

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 June 6 19:21 EDT 2024. Contains 373134 sequences. (Running on oeis4.)