OFFSET
1,1
EXAMPLE
a(7) = 5 as 7 divides 5432.
MATHEMATICA
Transpose[Flatten[Table[Select[Reverse[Partition[Range[100, 0, -1], 4, 1]], Divisible[FromDigits[ Flatten[IntegerDigits/@#]], n]&, 1], {n, 70}], 1]] [[1]] (* Harvey P. Dale, Nov 22 2011 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Sep 01 2002
EXTENSIONS
Corrected and extended by Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 19 2003
STATUS
approved