A105080 Number of distinct prime divisors of 10000^n - 3.
2, 2, 2, 4, 4, 2, 3, 4, 4, 5, 4, 5, 4, 4, 4, 4, 5, 3, 5, 4, 5, 3, 4, 8, 4, 3, 6, 5, 5, 3, 7, 5, 3, 5, 1, 4, 6, 5
Offset: 1
Keywords
Examples
The number of distinct prime divisors of 10000^1 - 3 is 2, so the first term is 2.
Links
- Makoto Kamada, Factorizations of 99...997.
Programs
-
Mathematica
PrimeNu[#]&/@(10000^Range[10]-3) (* The program generates the first 10 terms of the sequence. *) (* Harvey P. Dale, Feb 05 2023 *)
Formula
Extensions
More terms from Robert G. Wilson v, Apr 08 2005