OFFSET
1,1
COMMENTS
9 + 15 + 21 + 25 + 27 + 33 + ... + z = n. For values of z see A058849.
LINKS
P. De Geest, Palindromic Sums
MATHEMATICA
Module[{nn=35000001, c}, c=Complement[Range[9, nn, 2], Prime[Range[ PrimePi[ nn]]]]; Select[ Accumulate[c], IntegerDigits[#] == Reverse[ IntegerDigits[ #]]&]] (* This program generates the first 15 terms of the sequence. To generate more, increase the value of nn. *) (* Harvey P. Dale, Sep 02 2012 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Dec 15 2000
EXTENSIONS
a(19)-a(20) from Donovan Johnson, Sep 01 2012
a(21)-a(23) from Chai Wah Wu, Dec 06 2019
STATUS
approved