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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A034963 Sums of four consecutive primes. 33
17, 26, 36, 48, 60, 72, 88, 102, 120, 138, 152, 168, 184, 202, 220, 240, 258, 272, 290, 306, 324, 348, 370, 390, 408, 420, 432, 456, 480, 508, 534, 556, 576, 596, 620, 638, 660, 682, 700, 724, 744, 762, 780, 800, 830, 860, 890, 912, 928, 942, 964, 988, 1012 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

EXAMPLE

E.g. 88 = 17 + 19 + 23 + 29.

MATHEMATICA

Plus@@@Partition[Prime[Range[6! ]], 4, 1] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Feb 18 2010]

PROG

(SAGE) BB = primes_first_n(59) list = [] for i in range(55): list.append(BB[i]+BB[i+1]+BB[i+2]+BB[i+3]) list - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 14 2007

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

CROSSREFS

Cf. A001043, A011974, A034707.

Sequence in context: A147445 A129910 A171169 * A120143 A031204 A085051

Adjacent sequences:  A034960 A034961 A034962 * A034964 A034965 A034966

KEYWORD

nonn

AUTHOR

Patrick De Geest (pdg(AT)worldofnumbers.com), Oct 15 1998.

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 16 02:51 EST 2012. Contains 205860 sequences.