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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100500 Prime(3n-2) + prime(3n-1) + prime(3n). 0
10, 31, 59, 97, 131, 173, 211, 251, 301, 329, 395, 439, 487, 533, 581, 633, 689, 731, 789, 829, 883, 941, 1015, 1061, 1119, 1169, 1229, 1285, 1331, 1381, 1433, 1493, 1553, 1645, 1703, 1757, 1807, 1849, 1915, 1959, 2011, 2075, 2155, 2215, 2269, 2329, 2417 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

C. Caldwell, The first 1000 primes.

FORMULA

a(n)=A034961(3n-2). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 20 2009, Jun 17 2009]

EXAMPLE

a(1) = 10 = 2 + 3 + 5 = prime (1) + prime (2) + prime(3).

a(2) = 31 = 7 + 11 + 13 = prime (4) + prime(5) + prime (6).

a(3) = 59 = 17 + 19 + 23 = prime (7) + prime (8) + prime(9)......

MATHEMATICA

Total/@Partition[Prime[Range[150]], 3] (* From Harvey P. Dale, May 25 2011 *)

PROG

(MAGMA) [&+[NthPrime(n+k): k in [0..2]]: n in [1..1000 by 3]]; // Vincenzo Librandi, Apr 23 2011

CROSSREFS

Cf. A000040.

Sequence in context: A187624 A187633 A063154 * A085473 A051943 A059306

Adjacent sequences:  A100497 A100498 A100499 * A100501 A100502 A100503

KEYWORD

nonn

AUTHOR

Jun Mizuki (suzuki32(AT)sanken.osaka-u.ac.jp), Nov 23 2004

EXTENSIONS

Corrected A-number in formula R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 17 2009

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 15 15:20 EST 2012. Contains 205823 sequences.