login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A092390
a(n) = prime(n) + prime(2n).
2
5, 10, 18, 26, 40, 50, 60, 72, 84, 100, 110, 126, 142, 150, 160, 184, 198, 212, 230, 244, 254, 272, 282, 312, 326, 340, 354, 370, 380, 394, 420, 442, 454, 476, 498, 510, 530, 546, 564, 582, 600, 614, 634, 650, 660, 678, 702, 726, 748, 770, 790, 808, 818, 844
OFFSET
1,1
LINKS
EXAMPLE
a(1) = 5 because p(1)= 2 and p(2) = 3.
a(2) = 10 because p(2)= 3 and p(4) = 7.
a(3) = 18 because p(3)= 5 and p(6) = 13.
MATHEMATICA
Table[Prime[n]+Prime[2n], {n, 60}] (* Harvey P. Dale, Jan 03 2012 *)
CROSSREFS
Cf. A000040.
Equals 2*A087461(n) for n>1.
Sequence in context: A313991 A359956 A208953 * A035608 A091386 A164004
KEYWORD
nonn,easy
AUTHOR
Giovanni Teofilatto, Apr 03 2004
EXTENSIONS
More terms from Pab Ter (pabrlos(AT)yahoo.com), May 25 2004
Offset 1 from Seiichi Manyama, Jan 17 2020
STATUS
approved