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 A034963 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A034963 Sums of four consecutive primes.
(history; published version)
#41 by Charles R Greathouse IV at Thu Sep 08 08:44:52 EDT 2022
PROG

(MAGMAMagma) [&+[ NthPrime(n+k): k in [0..3] ]: n in [1..90] ]; /* Vincenzo Librandi, Apr 03 2011 */

Discussion
Thu Sep 08 08:44
OEIS Server: https://oeis.org/edit/global/2944
#40 by Joerg Arndt at Tue May 19 02:10:41 EDT 2020
STATUS

editing

approved

#39 by Joerg Arndt at Tue May 19 02:10:37 EDT 2020
PROG

(Sage)

BB = primes_first_n(59)

L = []

for i in range(55):

L.append(BB[i]+BB[i+1]+BB[i+2]+BB[i+3])

L # Zerinvary Lajos, May 14 2007

STATUS

reviewed

editing

#38 by Michel Marcus at Mon May 18 09:27:01 EDT 2020
STATUS

proposed

reviewed

Discussion
Mon May 18 20:21
Zak Seidov: "You have too many active edits pending.
Please visit the “My Drafts” link at the top
of the page to finish some of your current edits. "
Funny message from OEIS;)
#37 by Zak Seidov at Mon May 18 09:19:27 EDT 2020
STATUS

editing

proposed

#36 by Zak Seidov at Mon May 18 09:19:09 EDT 2020
LINKS

Zak Seidov, <a href="/A034963/b034963.txt">Table of n, a(n) for n = 1..10000</a>

STATUS

approved

editing

#35 by Charles R Greathouse IV at Fri Mar 06 10:45:01 EST 2020
STATUS

proposed

approved

#34 by F. Chapoton at Fri Mar 06 10:30:14 EST 2020
STATUS

editing

proposed

#33 by F. Chapoton at Fri Mar 06 10:30:09 EST 2020
PROG

listL = []

listL.append(BB[i]+BB[i+1]+BB[i+2]+BB[i+3])

listL # Zerinvary Lajos, May 14 2007

STATUS

approved

editing

Discussion
Fri Mar 06 10:30
F. Chapoton: do not use python command "list" as a variable name
#32 by Alois P. Heinz at Mon Mar 02 16:25:01 EST 2020
STATUS

reviewed

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 July 12 12:19 EDT 2024. Contains 374247 sequences. (Running on oeis4.)