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

A119742
Partial sum of tetradic primes (A068188).
0
11, 112, 293, 18474, 1026475, 2207286, 4088167, 5970048, 106081049, 206969050, 315070851, 425181862, 536191973, 647373084, 766191895, 946292976, 1127404157, 1309292338, 1497303219, 1686192100, 11694372101, 21776190102
OFFSET
1,1
COMMENTS
Tetradic primes are primes that are palindromes and use only the digits 0, 1 and 8, so they read the same backwards and upside down. a(1) = 11, a(3) = 293 and a(21) = 11694372101 are primes.
LINKS
Eric Weisstein's World of Mathematics, Tetradic Number.
FORMULA
a(n) = SUM[i=1..n] A068188(i). a(n) = SUM[i=1..n] {A006072(k) such that A006072(k) is in A000040}.
EXAMPLE
a(21) = 11 + 101 + 181 + 18181 + 1008001 + 1180811 + 1880881 + 1881881 + 100111001 + 100888001 + 108101801 + 110111011 + 111010111 + 111181111 + 118818811 + 180101081 + 181111181 + 181888181 + 188010881 + 188888881 + 10008180001 = 11694372101.
CROSSREFS
KEYWORD
base,easy,nonn,less
AUTHOR
Jonathan Vos Post, Jun 16 2006
EXTENSIONS
Corrected by Jens Kruse Andersen, Apr 27 2010
STATUS
approved