OFFSET
1,1
FORMULA
Conjecture: a(n) = 3*A000040(n+2). - Zak Seidov, Jun 28 2015
Every member of the sequence is 3 times a prime; it is believed that every prime >= 5 arises in this way. This is related to Goldbach's conjecture: see comments to A078611. - Robert Israel and Michel Marcus, Jun 28 2015
EXAMPLE
a(1) = 15 because 15 = 3 + 5 + 7;
a(2) = 21 because 21 = 3 + 7 + 11.
PROG
(Magma) [3*NthPrime(n+2): n in [1..60]]; // Vincenzo Librandi, Jun 28 2015, assuming the conjecture holds
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Giovanni Teofilatto, Mar 30 2007
EXTENSIONS
Corrected (57 = 7+19+31, 87 = 5+29+53, etc. inserted) by R. J. Mathar, Apr 22 2010
STATUS
approved