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”).

A111254
a(n) = Prime[n+2]+Prime[n]+1.
1
8, 11, 17, 21, 29, 33, 41, 49, 55, 67, 73, 81, 89, 97, 107, 115, 127, 133, 141, 151, 157, 169, 181, 191, 201, 209, 213, 221, 237, 245, 265, 271, 287, 291, 307, 315, 325, 337, 347, 355, 371, 375, 389, 393, 409, 423, 439, 453, 461, 469, 475, 491, 499, 515, 527
OFFSET
1,1
MATHEMATICA
a = Table[Prime[n + 2] + Prime[n] + 1, {n, 1, 200}]
CROSSREFS
Sequence in context: A155717 A188197 A234096 * A127271 A118549 A299979
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Nov 01 2005
STATUS
approved