The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104482 Number of distinct prime divisors of 11...119 (with n 1's). 2
1, 1, 2, 2, 1, 1, 2, 1, 3, 2, 2, 2, 4, 3, 3, 4, 1, 2, 5, 4, 3, 4, 2, 2, 4, 2, 3, 4, 2, 3, 6, 4, 4, 2, 3, 5, 3, 5, 5, 3, 3, 4, 6, 4, 4, 3, 2, 3, 2, 1, 6, 2, 7, 2, 2, 4, 4, 3, 6, 2, 3, 2, 4, 4, 5, 4, 6, 3, 5, 5, 6, 4, 6, 5, 5, 10, 4, 3, 5, 5, 3, 7, 3, 2, 9, 5, 7, 5, 8, 5, 6, 4, 5, 5, 5, 6, 5, 2, 8, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Markus Tervooren, Factorizations of (1)w9
FORMULA
a(n) = A001221(A165247(n+1)). - Amiram Eldar, Jan 24 2020
EXAMPLE
The number of distinct prime divisors of 19 is 1 (prime).
The number of distinct prime divisors of 119 is 2: 119 = 7 * 17.
The number of distinct prime divisors of 1119 is 2: 1119 = 3 * 373.
MAPLE
seq(nops(numtheory:-factorset((10^n + 71)/9)), n=1..70); # Robert Israel, Apr 19 2015
MATHEMATICA
Table[PrimeNu[(10^n + 71)/9], {n, 50}] (* Alonso del Arte, Apr 18 2015 *)
PROG
(Magma) [(#(PrimeDivisors((10^n+71)div 9))): n in [1..60]]; // Vincenzo Librandi, Apr 19 2015
CROSSREFS
Sequence in context: A270650 A088427 A255350 * A333632 A358525 A209332
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Apr 18 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 17:28 EDT 2024. Contains 372522 sequences. (Running on oeis4.)