login
This site is supported by donations 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; internal format)
OFFSET

1,2

COMMENTS

A023199(6) < a(6) <= 1794819234390989. - Donovan Johnson, Oct 24 2011

MATHEMATICA

a[ n_ ] := For[ x=1, True, x++, If[ DivisorSigma[ 1, EulerPhi[ x ] ]/DivisorSigma[ 1, x ]==n, Return[ x ] ] ]

CROSSREFS

Cf. A033631, A066831, A067382, A067383, A067384, A197952.

Sequence in context: A001570 A020544 A009015 * A097260 A178303 A158548

Adjacent sequences:  A067382 A067383 A067384 * A067386 A067387 A067388

KEYWORD

more,nonn

AUTHOR

Dean Hickerson (dean.hickerson(AT)yahoo.com), Jan 20 2002

EXTENSIONS

a(5) from Vim Wenders (vim(AT)gmx.li), Mar 11 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 16 12:41 EST 2012. Contains 205909 sequences.