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!)
A102245 Number of distinct prime factors of prime p concatenated p+1 times. 1
3, 3, 6, 5, 10, 8, 11, 11, 13, 20, 15, 6, 21, 15, 22, 18, 26 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
At p=2, the number of distinct prime factors of 222 is 3.
At p=3, the number of distinct prime factors of 3333 is 3.
At p=5, the number of distinct prime factors of 555555 is 6.
At p=7, the number of distinct prime factors of 77777777 is 5.
MATHEMATICA
f[n_] := Length[ FactorInteger[ FromDigits[ Flatten[ Table[ IntegerDigits[ Prime[n]], {Prime[n] - 1}]] ]]]; Table[ f[n], {n, 17}] (* Robert G. Wilson v, Feb 21 2005 *)
CROSSREFS
Sequence in context: A257143 A080512 A225441 * A038167 A307967 A131077
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Feb 18 2005
EXTENSIONS
More terms from Robert G. Wilson v, Feb 21 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 April 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)