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

A129078
Prime numbers that are the sum of consecutive prime numbers with the final digit 3 (primes in A030431).
2
3, 1259, 51241, 81749, 230149, 245621, 253567, 269879, 286801, 331301, 482731, 540041, 551917, 564013, 625943, 638669, 746777, 975427, 1093129, 1145537, 1181149, 1272679, 1528187, 1569479, 1675679, 1741517, 1970867, 2066951
OFFSET
1,1
FORMULA
a(n)=A030431(1)+A030431(2)+...+A030431(x); a is a prime number.
EXAMPLE
a(2)=1259 because 1259=A030431(1)+ A030431(2)+A030431(3)+A030431(4)+ A030431(5)+A030431(6)+A030431(7)+ A030431(8)+A030431(9)+A030431(10)+A030431(11)+A030431(12)+A030431(13)= 3+ 13+ 23+ 43+ 53+ 73+ 83+ 103+ 113+ 163+ 173+ 193+ 223 and 1259 is a prime number.
MATHEMATICA
Select[Accumulate[Select[10Range[0, 1500]+3, PrimeQ]], PrimeQ] (* Harvey P. Dale, Apr 06 2011 *)
CROSSREFS
Sequence in context: A171360 A034315 A172924 * A174826 A122389 A036066
KEYWORD
easy,base,nonn
AUTHOR
Tomas Xordan, May 11 2007
STATUS
approved