A366615 Number of distinct prime divisors of 5^n + 1.
1, 2, 2, 3, 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 3, 6, 3, 4, 5, 5, 4, 8, 4, 4, 4, 5, 4, 7, 3, 4, 7, 5, 4, 8, 6, 7, 6, 5, 4, 7, 5, 6, 6, 6, 3, 8, 3, 5, 5, 7, 7, 9, 5, 5, 6, 7, 7, 8, 3, 6, 6, 6, 4, 13, 4, 8, 7, 3, 7, 8, 7, 5, 6, 5, 5, 12, 5, 9, 9, 6, 6, 10, 6, 5, 7, 9
Offset: 0
Keywords
Links
- Max Alekseyev, Table of n, a(n) for n = 0..471
Crossrefs
Programs
-
Mathematica
Table[PrimeNu[5^n+1],{n,0,90}] (* Harvey P. Dale, Apr 06 2025 *)
-
PARI
for(n = 0, 100, print1(omega(5^n + 1), ", "))