login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104524 Number of distinct prime divisors of 55...557 (with n 5s). 3
2, 1, 1, 2, 1, 3, 3, 3, 1, 3, 2, 5, 3, 1, 4, 3, 3, 3, 4, 2, 1, 2, 7, 4, 4, 4, 4, 5, 4, 4, 3, 2, 3, 5, 3, 4, 3, 7, 2, 4, 2, 4, 4, 8, 2, 4, 3, 6, 3, 2 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

a(n) = A001221(A178769(n+1)). - R. J. Mathar, Aug 24 2011

EXAMPLE

The number of distinct prime divisors of 57 is 2.

The number of distinct prime divisors of 557 is 1 (prime).

The number of distinct prime divisors of 5557 is 1 (prime).

MAPLE

A104524 := proc(n) local x ; x := [7, seq(5, k=1..n)] ; add(op(i, x)*10^(i-1), i=1..nops(x)) ; numtheory[factorset](%) ; nops(%) ; end proc: # R. J. Mathar, Aug 24 2011

CROSSREFS

Cf. A104484, A104483, A104518.

Sequence in context: A025838 A105248 A076302 * A128807 A071628 A033809

Adjacent sequences:  A104521 A104522 A104523 * A104525 A104526 A104527

KEYWORD

nonn

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Apr 20 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 21:09 EST 2012. Contains 205561 sequences.