OFFSET
1,3
COMMENTS
The sequence is infinite, because by Dirichlet's theorem there are infinitely many primes in the arithmetic sequence A*n+B (n=1,2,...) if A an B are relatively prime.
The sequence also has an infinite set of pairs a(k+1)=a(k)+1 (two consecutive naturals), but no set of three consecutive naturals (each third natural is divisible by 3)
No term of the sequence is of form 3k+2, because the sum of digits of 100*(3k+2)+13 is divisible by 3, violating the requirement of the definition.
Indices (as k-th prime) of the first members are 6, 30, 65, 112, 170, 198, 255, 293, 319, 330, 396, 466, 480, 505, 554, 612, 648, 684, 714, 763, 797, 902, 922, 1061, 1086, 1121, 1164, 1186, 1265, 1286, 1295, ...
FORMULA
{a(n): 100*a(n)+13 in A000040}.
EXAMPLE
PROG
(PARI) isok(n) = isprime(100*n + 13) \\ Michel Marcus, Jul 22 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Ulrich Krug (leuchtfeuer37(AT)gmx.de), Mar 06 2009
EXTENSIONS
Edited, 27 inserted by R. J. Mathar, Apr 18 2009
STATUS
approved