OFFSET
0,1
COMMENTS
a(0) = 2 is the only prime in this sequence, since all other terms factor as a(n) = R(n+1)*(10^n+1), where R(n) = (10^n-1)/9.
LINKS
Index entries for linear recurrences with constant coefficients, signature (111,-1110,1000).
FORMULA
MAPLE
A332112 := n -> (10^(2*n+1)-1)/9+10^n;
MATHEMATICA
Array[ (10^(2 # + 1)-1)/9 + 10^# &, 15, 0]
PROG
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
M. F. Hasler, Feb 09 2020
STATUS
approved