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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062821 Number of divisors of totient of n. 13
1, 1, 2, 2, 3, 2, 4, 3, 4, 3, 4, 3, 6, 4, 4, 4, 5, 4, 6, 4, 6, 4, 4, 4, 6, 6, 6, 6, 6, 4, 8, 5, 6, 5, 8, 6, 9, 6, 8, 5, 8, 6, 8, 6, 8, 4, 4, 5, 8, 6, 6, 8, 6, 6, 8, 8, 9, 6, 4, 5, 12, 8, 9, 6, 10, 6, 8, 6, 6, 8, 8, 8, 12, 9, 8, 9, 12, 8, 8, 6, 8, 8, 4, 8, 7, 8, 8, 8, 8, 8, 12, 6, 12, 4, 12, 6, 12, 8, 12, 8 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,2000

FORMULA

DivisorSigma[0, EulerPhi[n]], i.e. A000005[A000010(n)]

EXAMPLE

Number of divisors of Phi[n] can be larger [n=11: d[11]=2 < d[10]=4], equal[n=28: d[28]=6 = d[12]=6 ] or smaller [n=10: d[10]=4 > d[4]=3] than that of n.

PROG

(PARI) { for (n=1, 2000, write("b062821.txt", n, " ", numdiv(eulerphi(n))) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 11 2009]

CROSSREFS

Cf. A000005, A000010.

Sequence in context: A060025 A067399 A106737 * A180633 A162897 A205378

Adjacent sequences:  A062818 A062819 A062820 * A062822 A062823 A062824

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Jul 20 2001

EXTENSIONS

Corrected error in offset - Jaroslav Krizek (jaroslav.krizek(AT)atlas.cz Jaroslav Krizek (jaroslav.krizek(AT)atlas.cz), Jul 24 2009

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 23:44 EST 2012. Contains 205689 sequences.