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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A142337 Numbers n such that sum(i=1..n, sigma(i)) is prime. 0
7, 12, 18, 23, 24, 32, 49, 66, 84, 87, 90, 92, 111, 112, 113, 114, 129, 130, 132, 133, 137, 138, 199, 238, 239, 271, 275, 278, 283, 285, 307, 313, 314, 317, 319, 322, 340, 342, 352, 357, 392, 394, 397, 399, 442, 443, 491, 492, 494, 499, 500, 619, 622, 648, 649 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Numbers n such that A024916(n) is prime.

MATHEMATICA

Flatten[Table[If[PrimeQ[Sum[DivisorSigma[1, i], {i, 1, n}]], n, {}], {n, 1, 300}]].

PROG

(PARI) t=0; for(n=1, 1e3, if(isprime(t+=sigma(n)), print1(n", "))) \\ Charles R Greathouse IV, Nov 07 2011

CROSSREFS

Cf. A024916.

Sequence in context: A183046 A092094 A064665 * A131912 A022953 A030714

Adjacent sequences:  A142334 A142335 A142336 * A142338 A142339 A142340

KEYWORD

nonn

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Sep 18 2008

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 15 23:34 EST 2012. Contains 205860 sequences.