login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158682 Numbers n such that 1 plus the sum of the first n primes is divisible by n+1. 4
2, 6, 224, 486, 734, 50046, 142834, 170208, 249654, 316585342, 374788042, 2460457826, 2803329304, 6860334656, 65397031524, 78658228038 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(17) > pi(4*10^12). - Donovan Johnson, Jul 02 2010
LINKS
MATHEMATICA
k = 0; s = 1; p = 2; lst = {}; While[k < 10^9, s = s + p; If[ Mod[s, ++k + 1] == 0, AppendTo[lst, k]; Print[{k, p}]]; p = NextPrime@ p]
CROSSREFS
Sequence in context: A357191 A013083 A110387 * A201626 A332692 A100359
KEYWORD
nonn,more
AUTHOR
Ctibor O. Zizka, Mar 24 2009
EXTENSIONS
a(6)-a(8) from R. J. Mathar, Mar 26 2009
a(9)-a(11) from Donovan Johnson, Nov 15 2009
a(12)-a(13) from Ray Chandler, May 31 2010
a(14)-a(16) from Donovan Johnson, Jul 02 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 12 15:35 EDT 2024. Contains 372482 sequences. (Running on oeis4.)