OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
a(11) = 12 as 11 divides 121110.
MATHEMATICA
skc[n_]:=Module[{k=2}, While[Mod[FromDigits[Flatten[IntegerDigits/@ Range[ k, k-2, -1]]], n]!=0, k++]; k]; Array[skc, 70] (* Harvey P. Dale, Nov 01 2019 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Sep 01 2002
EXTENSIONS
More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 19 2003
STATUS
approved