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

A143545
a(n) = n unless n is a prime, in which case a(n) = 2n.
4
1, 4, 6, 4, 10, 6, 14, 8, 9, 10, 22, 12, 26, 14, 15, 16, 34, 18, 38, 20, 21, 22, 46, 24, 25, 26, 27, 28, 58, 30, 62, 32, 33, 34, 35, 36, 74, 38, 39, 40, 82, 42, 86, 44, 45, 46, 94, 48, 49, 50, 51, 52, 106, 54, 55, 56, 57, 58, 118, 60, 122, 62, 63, 64, 65, 66, 134, 68, 69, 70, 142
OFFSET
1,2
LINKS
FORMULA
a(n) = n + A061397(n), where A061397 = (0, 2, 3, 0, 5, 0, 7,...).
Equals row sums of triangle A143544.
a(n)=A066560(n), n>1. [From R. J. Mathar, Sep 05 2008]
EXAMPLE
a(3) = 6 = 2*3 since 3 is prime.
a(4) = 4 since 4 is a nonprime.
CROSSREFS
See A282028 for another version.
Sequence in context: A114595 A256415 A349093 * A338155 A328045 A277278
KEYWORD
nonn
AUTHOR
Gary W. Adamson, Aug 23 2008
EXTENSIONS
Extended beyond a(14) by R. J. Mathar, Sep 05 2008
STATUS
approved