login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A104239
Number of distinct prime factors of 135...(2n-1) (concatenation of n odd numbers).
0
0, 1, 2, 2, 2, 3, 2, 5, 3, 1, 4, 3, 3, 2, 3, 1, 5, 5, 7, 4, 5, 5, 4, 5, 5, 2, 4, 5, 4, 6, 5, 3, 7, 1, 4, 4, 3, 4, 3, 6, 5, 7, 5, 7, 8, 4, 7, 7, 1, 6
OFFSET
1,3
COMMENTS
Interestingly, 135791113151719 is prime.
LINKS
Eric Weisstein's World of Mathematics, Consecutive Number sequences
EXAMPLE
The number of distinct prime factors of 13 is 1 (a prime) - the second term in the sequence.
The number of distinct prime factors of 135 is 2 - the third term in the sequence.
The number of distinct prime factors of 1357 is 2 - the fourth term in the sequence.
MATHEMATICA
Join[{0}, Table[PrimeNu[FromDigits[Flatten[IntegerDigits/@Range[1, 2n+1, 2]]]], {n, 50}]] (* Harvey P. Dale, Jun 15 2019 *)
CROSSREFS
Sequence in context: A305434 A319478 A341408 * A283751 A132321 A058726
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Apr 16 2005
EXTENSIONS
Corrected and extended by Franklin T. Adams-Watters, Sep 01 2006
Edited by N. J. A. Sloane, May 21 2008 at the suggestion of R. J. Mathar
STATUS
approved