OFFSET
1,1
COMMENTS
Digits of a(n) can be partitioned from (least siginifacnt one) right to left into multiples of 1 to n. a(5) = 5012347 ===> 50, 12, 3, 4, 7.
EXAMPLE
a(3) = 347 and a(4) = 12347 is obtained by prefixing 12 to 347.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Sep 21 2003
EXTENSIONS
More terms from Sam Alexander, Feb 27 2004
STATUS
approved