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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124876 Number of factors in factorization of A007408(n). 2
0, 2, 1, 3, 2, 4, 3, 2, 3, 5, 3, 3, 3, 2, 1, 4, 2, 5, 1, 3, 2, 6, 2, 4, 2, 1, 3, 5, 3, 6, 1, 2, 3, 2, 3, 10, 4, 4, 5, 5, 8, 7, 7, 2, 4, 7, 3, 2, 4 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n) = A001222(A007408(n)). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 18 2007

EXAMPLE

a(1) = 0 since A007408(1)= 1 contains no prime factor,

a(2) = 2 since A007408(2)= 9 = 3 x 3,

a(3) = 1 since A007408(3)= 251 is prime,

a(6) = 4 since A007408(6)= 7 x 7 x 11 x 53.

MAPLE

seq( add(op(2, j), j=op(2, (ifactors@A007408)(n))), n=1..28 );

A001222 := proc(n) numtheory[bigomega](n) ; end: b := fscanf("b007408.txt", "%d %d") : while b <> [] do printf("%d, ", A001222(op(2, b))) ; b := fscanf("b007408.txt", "%d %d") : od : - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 18 2007

CROSSREFS

Cf. A007408, A124877, A124787.

Sequence in context: A051282 A052306 A046823 * A188901 A171618 A026238

Adjacent sequences:  A124873 A124874 A124875 * A124877 A124878 A124879

KEYWORD

nonn

AUTHOR

M. F. Hasler (Maximilian.Hasler(AT)gmail.com), Nov 11 2006

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 18 2007

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 14 09:42 EST 2012. Contains 205614 sequences.