OFFSET
1,1
COMMENTS
Partial sums of left-truncatable primes. This sequence has 4260 terms. The subsequence of prime partial sums of left-truncatable primes begins 2, 5, 17, 47, 107, 197, 317, 683, 7643. The subsubsequence of left-truncatable prime partial sums of left-truncatable primes begins 2, 5, 197, 317.
FORMULA
a(n) = SUM[i=1..n] A024785(i) = SUM[i=1..n] {p prime, and every suffix of p in decimal expansion is prime, and no digits are zero}.
EXAMPLE
a(57) = 2 + 3 + 5 + 7 + 13 + 17 + 23 + 37 + 43 + 47 + 53 + 67 + 73 + 83 + 97 + 113 + 137 + 167 + 173 + 197 + 223 + 283 + 313 + 317 + 337 + 347 + 353 + 367 + 373 + 383 + 397 + 443 + 467 + 523 + 547 + 613 + 617 + 643 + 647 + 653 + 673 + 683 + 743 + 773 + 797 + 823 + 853 + 883 + 937 + 947 + 953 + 967 + 983 + 997 + 1223 + 1283 + 1367.
CROSSREFS
KEYWORD
base,fini,nonn
AUTHOR
Jonathan Vos Post, Feb 08 2010
STATUS
approved