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

A107623
Primes plus alternately 3 and 2.
1
5, 5, 8, 9, 14, 15, 20, 21, 26, 31, 34, 39, 44, 45, 50, 55, 62, 63, 70, 73, 76, 81, 86, 91, 100, 103, 106, 109, 112, 115, 130, 133, 140, 141, 152, 153, 160, 165, 170, 175, 182, 183, 194, 195, 200, 201, 214, 225, 230, 231, 236, 241, 244, 253, 260, 265, 272, 273
OFFSET
1,1
FORMULA
A107623(n) = prime(n) + (2 + mod(n, 2)).
MATHEMATICA
A107623[n_]:= Prime[n] + (2 + Mod[n, 2])
CROSSREFS
Cf. A107620, A107621, 107622.
Sequence in context: A141538 A358257 A003861 * A218333 A212533 A081287
KEYWORD
easy,nonn
AUTHOR
Zak Seidov, May 18 2005
STATUS
approved