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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055234 Smallest x such that sigma(x) = n*phi(x), or -1 if no such x exists. 8
1, 3, 2, 14, 56, 6, 12, 42, 30, 168, 2580, 210, 630, 420, 840, 20790, 416640, 9240, 291060, 83160, 120120, 5165160, 1719277560, 43825320, 26860680, 277560360, 1304863560, 569729160, 587133466920, 16522145640, 33044291280 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Conjecture: For each n, a(n) > 0. - Farideh Firoozbakht (mymontain(AT)yahoo.com), Sep 12 2004

FORMULA

a(n) = Min{x : A000203(x)/A000010(x) = n} = Min{x : A023897(x) = n}

EXAMPLE

sigma(14) = 24 = 4*phi(14), so a(4) = 14.

n = 21: a(21) = 120120 = 2.2.2.3.5.7.11.13, sigma(120120) = 483840 = n*phi(120120), phi(120120) = 23040.

MATHEMATICA

a[n_]:=(For[m=1, DivisorSigma[1, m]!=n EulerPhi[m], m++ ]; m); Do[Print[a[n]], {n, 31}] [From Farideh Firoozbakht (mymontain(AT)yahoo.com), Oct 31 2008]

CROSSREFS

Cf. A000203, A000010, A020492, A023897, A088830.

Sequence in context: A064536 A163355 A145747 * A204990 A086485 A068310

Adjacent sequences:  A055231 A055232 A055233 * A055235 A055236 A055237

KEYWORD

nonn

AUTHOR

Jud McCranie (JudMcCranie(AT)ugaalum.uga.edu), Jun 21 2000

EXTENSIONS

More terms from Farideh Firoozbakht (mymontain(AT)yahoo.com), Sep 12 2004

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 00:26 EST 2012. Contains 205567 sequences.