Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A098074
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A098074 Numbers n such that the sum of the first n primes is divisible by n + 1. +0
1
1, 9, 13, 26, 37, 222, 574, 1405, 1567, 4380, 6821, 7248, 27481, 28067, 68826, 87471, 1223877, 3673808, 8143207, 13245065, 16237421, 46410995, 83214449, 127319479, 145085056, 183943755 (list; graph; listen)
OFFSET

1,2

LINKS

Author?, The First 10,000 Primes

EXAMPLE

83214450 * 817931313 = 68063704349072850.

MATHEMATICA

s = 0; Do[p = Prime[n]; If[ Mod[s += p, n + 1] == 0, Print[n]], {n, 10^8}]

PROGRAM

(PARI) s=0:for(n=1, 100000, s=s+prime(n): if(s%(n+1)==0, print(n))) (Hudson)

CROSSREFS

Cf. A000040, A007504.

Sequence in context: A144933 A097539 A107913 this_sequence A032361 A031196 A151725

Adjacent sequences: A098071 A098072 A098073 this_sequence A098075 A098076 A098077

KEYWORD

more,nonn

AUTHOR

Anne M Donovan (Anned3005(AT)aol.com), Oct 24 2004

EXTENSIONS

More terms from Mark Hudson (mrmarkhudson(AT)hotmail.com), Oct 25 2004

Further terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 26 2004

a(24)-a(26) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Sep 03 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified March 20 09:10 EDT 2010. Contains 173642 sequences.


AT&T Labs Research