A057935 Number of prime factors of 9^n + 1 (counted with multiplicity).
2, 2, 3, 3, 4, 3, 4, 2, 4, 3, 4, 6, 4, 4, 6, 2, 4, 4, 4, 5, 7, 5, 4, 4, 8, 4, 5, 6, 4, 7, 5, 2, 6, 5, 9, 8, 5, 6, 7, 5, 5, 10, 7, 6, 9, 4, 4, 6, 9, 6, 8, 7, 6, 9, 8, 9, 9, 5, 3, 11, 6, 4, 11, 6, 8, 9, 9, 8, 6, 9, 5, 6, 6, 6, 13, 4, 8, 7, 5, 4, 7, 6, 5, 11, 8, 5, 8, 7, 4, 11, 7, 9, 9, 5, 9, 7, 5, 6, 10, 7, 6
Offset: 1
Keywords
Links
- Max Alekseyev, Table of n, a(n) for n = 1..345 (first 329 terms from Amiram Eldar)
- S. S. Wagstaff, Jr., The Cunningham Project
Crossrefs
Programs
-
Magma
f:=func
; [f(9^n + 1):n in [1..100]]; // Marius A. Burtea, Feb 02 2020 -
Mathematica
PrimeOmega[Table[9^n + 1, {n, 1, 30}]] (* Amiram Eldar, Feb 02 2020 *)