OFFSET
1,1
COMMENTS
3 + 5 + 7 + 11 + 13 + 17 + ... + z = n. For values of z see A058846.
a(13) > 1.2*10^26, if it exists. - Giovanni Resta, Sep 01 2018
LINKS
P. De Geest, Palindromic Sums
FORMULA
MATHEMATICA
palQ[n_]:=Module[{idn=IntegerDigits[n]}, idn==Reverse[idn]]; Select[ Accumulate[ Prime[Range[2, 25000000]]], palQ] (* The program takes a long time to run and only generates the first 11 terms of the sequence *) (* Harvey P. Dale, Aug 24 2014 *)
CROSSREFS
KEYWORD
nonn,base,more
AUTHOR
Patrick De Geest, Dec 15 2000
STATUS
approved