A057938 Number of prime factors of 6^n + 1 (counted with multiplicity).
1, 1, 2, 1, 3, 3, 4, 2, 3, 3, 2, 2, 4, 3, 5, 3, 3, 6, 3, 3, 6, 4, 3, 4, 4, 4, 5, 5, 4, 9, 2, 3, 6, 3, 11, 5, 4, 3, 9, 5, 4, 7, 2, 3, 7, 5, 2, 7, 7, 6, 8, 4, 5, 10, 8, 6, 7, 3, 2, 6, 3, 2, 10, 3, 8, 11, 5, 5, 6, 7, 4, 5, 6, 5, 10, 5, 6, 11, 6, 6, 8, 4, 5, 8, 8, 5, 11, 4, 3, 16, 12, 4, 5, 5, 10, 4, 4, 5
Offset: 1
Keywords
Links
- Max Alekseyev, Table of n, a(n) for n = 1..430 (first 408 terms from Amiram Eldar)
- S. S. Wagstaff, Jr., The Cunningham Project
Crossrefs
Programs
-
Magma
f:=func
; [f(6^n + 1):n in [1..100]]; // Marius A. Burtea, Feb 02 2020 -
Mathematica
PrimeOmega[6^Range[100]+1] (* Harvey P. Dale, Mar 10 2013 *)