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