The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A067385 a(n) is smallest x such that sigma(phi(x))/sigma(x) = n. 6
1, 13, 181, 121679, 1033474069 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A023199(6) < a(6) <= 1794819234390989. - Donovan Johnson, Oct 24 2011
LINKS
MATHEMATICA
a[ n_ ] := For[ x=1, True, x++, If[ DivisorSigma[ 1, EulerPhi[ x ] ]/DivisorSigma[ 1, x ]==n, Return[ x ] ] ]
CROSSREFS
Sequence in context: A239902 A020544 A009015 * A097260 A178303 A158548
KEYWORD
nonn,more
AUTHOR
Dean Hickerson, Jan 20 2002
EXTENSIONS
a(5) from Vim Wenders, Mar 11 2007
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 June 6 00:30 EDT 2024. Contains 373110 sequences. (Running on oeis4.)