OFFSET
1,1
COMMENTS
These numbers are all composite. They are divisible among other numbers by 3,7,11,13 depending on the form 6k+r, 0 < r < 6. See the link for a proof.
LINKS
Cino Hilliard, Proof 955..559 is composite.
Index entries for linear recurrences with constant coefficients, signature (11, -10).
FORMULA
S(x)=9*10^(x+1)+ 9 + 50*(10^x-1)/9.
PROG
(PARI) g(n, r, m) = \\ repeat rrr.. surrounded by 2 m's
{ for(x=1, n, y=m*10^(x+1)+m+r*10*(10^x-1)/9; print(x", ") ) }
CROSSREFS
KEYWORD
easy,nonn,base
AUTHOR
Cino Hilliard, Jul 16 2005
STATUS
approved