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!)
A113913 Number of distinct prime factors of 3^(3^n)+1. 1
1, 2, 4, 6, 11, 20, 27 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The term omega(3^(3^6)+1) was obtained with ECM factoring.
LINKS
FORMULA
a(n) = A001221(A129290(n)).
MATHEMATICA
Table[PrimeNu[3^(3^n) + 1], {n, 1, 10}] (* G. C. Greubel, May 16 2017 *)
PROG
(PARI) for(x=1, 6, print1( omega(3^(3^x)+1), ", "))
CROSSREFS
Sequence in context: A000694 A164137 A018170 * A002097 A026757 A026385
KEYWORD
hard,more,nonn
AUTHOR
Jorge Coveiro, Jan 29 2006
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 7 04:34 EDT 2024. Contains 372300 sequences. (Running on oeis4.)