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!)
A345069 Sums of two consecutive even-indexed primes. 1
10, 20, 32, 48, 66, 80, 96, 114, 132, 150, 168, 190, 208, 220, 244, 270, 290, 314, 336, 354, 374, 392, 422, 452, 468, 490, 514, 534, 552, 574, 604, 628, 654, 686, 708, 732, 756, 780, 806, 830, 854, 876, 900, 920, 942, 970, 994, 1024, 1062, 1098, 1126, 1146, 1170, 1194, 1214 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = prime(2*n) + prime(2*n+2).
EXAMPLE
10 is in the sequence since it is the sum of 3 and 7, which are the 2nd and 4th prime numbers.
20 is in the sequence since it is the sum of 7 and 13, the 4th and 6th prime numbers.
MATHEMATICA
Table[Prime[2 n] + Prime[2 n + 2], {n, 80}]
CROSSREFS
Cf. A000040.
Sequence in context: A269238 A279420 A274051 * A187712 A130720 A046285
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Jun 06 2021
STATUS
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 27 23:55 EDT 2024. Contains 374655 sequences. (Running on oeis4.)