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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087979 a(n) = Min {x : sigma[x]=phi[nx], x is not a prime}, least nonprime solutions to sigma[x]=phi[nx]. 2
1, 1, 15, 14, 14, 6, 6, 42, 30, 42, 168, 210, 210, 420, 840, 20790, 20790, 9240, 9240, 83160, 120120, 3984120, 5165160, 43825320, 26860680, 43825320, 1304863560, 569729160, 569729160, 16522145640, 18176198040 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

EXAMPLE

n=4: a(4)=14, sigma[14]=24=phi[4.14]=phi[56],

n=5: a(5)=14, sigma[14]=24=phi[5.14]=phi[70].

MATHEMATICA

ds[x_, de_] := DivisorSigma[1, x]-EulerPhi[de*x] a[n_] := Block[{m=1, s=ds[m, n]}, While[(s !=0||PrimeQ[m])&&!Greater[m, 4000000], m++ ]; m]; Table[a[n], {n, 22}]

CROSSREFS

Cf. A074891, A000203, A000010, A088830.

Sequence in context: A023457 A004456 A055126 * A048294 A201345 A069785

Adjacent sequences:  A087976 A087977 A087978 * A087980 A087981 A087982

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Sep 29 2003

EXTENSIONS

More terms from David Wasserman (wasserma(AT)spawar.navy.mil), Jun 20 2005

a(26)-a(31) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Feb 06 2010

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 22:13 EST 2012. Contains 205670 sequences.