A057934 Number of prime factors of 10^n + 1 (counted with multiplicity).
1, 1, 3, 2, 2, 2, 2, 2, 5, 3, 5, 3, 3, 4, 7, 5, 4, 3, 2, 4, 8, 4, 5, 3, 5, 3, 7, 4, 3, 7, 2, 4, 9, 4, 5, 6, 4, 3, 10, 4, 3, 7, 4, 4, 12, 4, 4, 9, 4, 7, 8, 4, 2, 6, 10, 5, 6, 5, 4, 6, 3, 3, 12, 3, 6, 8, 2, 4, 10, 11, 3, 5, 4, 7, 11, 6, 12, 7, 4, 9, 11, 3, 7, 8, 8, 3, 8, 4, 4, 11, 6, 4, 8, 4, 6, 8, 4, 5, 13
Offset: 1
Keywords
Links
- Max Alekseyev, Table of n, a(n) for n = 1..331 (first 310 terms from Ray Chandler)
- Makoto Kamada, Factorizations of 100...001.
- Carlos Rivera, Puzzle 104, The Prime Puzzles & Problems Connection.
- S. S. Wagstaff, Jr., Main Tables from the Cunningham Project.
- S. S. Wagstaff, Jr., The Cunningham Project
Crossrefs
Programs
-
Mathematica
PrimeOmega[10^Range[100]+1] (* Harvey P. Dale, May 02 2021 *)
-
PARI
a(n)=bigomega(10^n+1) \\ Charles R Greathouse IV, Sep 14 2015
Comments