Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)

Revision History for A007506

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A007506 Primes p with property that p divides the sum of all primes <= p.
(history; published version)
#75 by Joerg Arndt at Sun Feb 18 08:16:38 EST 2024
STATUS

editing

approved

#74 by Paolo P. Lava at Sun Feb 18 05:10:59 EST 2024
MAPLE

A007506:=proc(q) local a, n; a:=0;

for n from 1 to q do a:=a+ithprime(n); if gcd(ithprime(n), a)>1 then print(ithprime(n)); fi; od; end:

A007506(10^10); # Paolo P. Lava, Mar 06 2013

STATUS

approved

editing

#73 by Joerg Arndt at Tue Sep 27 07:16:47 EDT 2022
STATUS

reviewed

approved

#72 by Michel Marcus at Tue Sep 27 06:06:01 EDT 2022
STATUS

proposed

reviewed

#71 by Paul W. Dyson at Tue Sep 27 05:58:40 EDT 2022
STATUS

editing

proposed

#70 by Paul W. Dyson at Tue Sep 27 05:58:26 EDT 2022
COMMENTS

a(7) > 253814097223614463, - Paul W. Dyson, Sep 27 2022

STATUS

approved

editing

#69 by Michael De Vlieger at Sat Apr 16 09:41:16 EDT 2022
STATUS

reviewed

approved

#68 by Michel Marcus at Sat Apr 16 02:11:30 EDT 2022
STATUS

proposed

reviewed

#67 by Michel Marcus at Sat Apr 16 02:11:26 EDT 2022
STATUS

editing

proposed

#66 by Michel Marcus at Sat Apr 16 02:11:21 EDT 2022
LINKS

Carlos Rivera, <a href="http://www.primepuzzles.net/puzzles/puzz_018.htm">Puzzle 18. Some special sums of consecutive primes</a>, , >, The Prime Puzzles and Problems Connection.

STATUS

reviewed

editing

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 August 18 14:33 EDT 2024. Contains 375269 sequences. (Running on oeis4.)