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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078540 Least non-balanced x (i.e. not in A020492) such that sigma(p(n),x)/phi(x) is an integer, where p(n)=n-th prime. 2
22, 38, 46, 295, 235, 749, 3687, 6128, 1415, 4254, 10451, 8351, 334, 4511, 3398, 1286, 148870, 11051, 35519, 10239, 14072, 76088, 5991, 718, 11654, 30761, 7431, 20993, 700654, 22169, 5095, 4198, 27415, 26744, 14318, 48368, 180878, 16991 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..38.

FORMULA

a(n)=Min{x; Mod[A000203[x], A000005[x]]=0 but Mod[sigma[A000040[n], x], phi[x]]is not 0}

EXAMPLE

n=6: p(6)=13, cases of sig[13,x]/phi[x] is an integer are listed in A015771: 1,2,3,6,12,..etc; the first term which is non-balanced, i.e. not in A020492 is a(6)=749=A020492(31); a(29)=700854 and a(45)=510759 are remarkably large.

MATHEMATICA

Table[fl=1; Do[s1=DivisorSigma[1, n]/EulerPhi[n]; sk=DivisorSigma[Prime[k], n]/EulerPhi[n]; If[ !IntegerQ[s1]&&IntegerQ[sk]&&Equal[fl, 1], Print[{n, Prime[k]}]; fl=0], {n, 1, 1000000}], {k, 1, 100}]

CROSSREFS

Cf. A020492, A015759-A015774, A078538, A078539 A000010, A000005, A000040.

Sequence in context: A084141 A082261 A063252 * A057836 A078612 A039373

Adjacent sequences:  A078537 A078538 A078539 * A078541 A078542 A078543

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Dec 02 2002

STATUS

approved

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 May 23 21:22 EDT 2013. Contains 225611 sequences.