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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078538 Smallest x such that sigma[n,x]/phi[x] is an integer larger than 6. 4
12, 22, 12, 249, 12, 22, 12, 19689, 12, 22, 12, 249, 12, 22, 12 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

For n=16,48,64 and 80 the solutions are hard to find, exceed 10^6 or even 10^7.

EXAMPLE

These terms appear as 5th entries in A020492, A015759-A015774. x={1, 2, 3, 6} are solutions to Min{x : Mod[sigma[n, x], phi[x]]=0}. First nontrivial solutions are larger: for odd n, x=12 is solution; for even powers larger numbers arise like 22, 249, 9897, 19689, etc. Certain power-sums of divisors proved to be hard to find.

MATHEMATICA

f[k_, x_] := DivisorSigma[k, x]/EulerPhi[x] Table[fl=1; Do[s=f[k, n]; If[IntegerQ[s]&&Greater[n, 6], Print[{n, k}; fl=0], {n, 1, 100000}, {k, 1, 100}]

CROSSREFS

Cf. A000203, A001157, A001158, A000010, A015759-A015774, A020492.

Sequence in context: A114015 A065439 A031186 * A098955 A124885 A115745

Adjacent sequences:  A078535 A078536 A078537 * A078539 A078540 A078541

KEYWORD

hard,more,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Nov 29 2002

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 19:03 EST 2012. Contains 205941 sequences.