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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062823 Quotient of number of divisors of totient of n and that of n is an integer. 1
1, 3, 7, 11, 13, 14, 15, 19, 22, 23, 25, 28, 29, 31, 35, 39, 41, 43, 44, 46, 47, 50, 53, 55, 56, 59, 61, 62, 67, 68, 70, 71, 73, 77, 78, 79, 82, 83, 86, 87, 88, 89, 91, 92, 93, 94, 95, 97, 99, 103, 107, 109, 110, 111, 112, 113, 115, 117, 118, 119, 122, 124, 127, 129, 131 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,1000

FORMULA

a(n)=d(Phi[n])/d(n), where d(n)=A000005(n) d(Phi[n])=DivisorSigma[0, EulerPhi[n]]=A000005[A000010(n)]

EXAMPLE

For n={3,11,29} Phi(n)={2,10,28}, d(Phi[n])={2,4,6},d(n)=2, quotient={1,2,3}.

PROG

(PARI) { n=-1; for (m=1, 10^9, if ((numdiv(eulerphi(m))/numdiv(m))%1.0 == 0, write("b062823.txt", n++, " ", m); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 11 2009]

CROSSREFS

A000005, A000010.

Sequence in context: A055050 A096346 A104534 * A031466 A045062 A111068

Adjacent sequences:  A062820 A062821 A062822 * A062824 A062825 A062826

KEYWORD

nonn

AUTHOR

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

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 16 08:49 EST 2012. Contains 205893 sequences.