OFFSET
1,1
REFERENCES
D. R. Kaprekar, The Mathematics of the New Self Numbers, Privately printed, 311 Devlali Camp, Devlali, India, 1963.
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 1..1000
D. R. Kaprekar, The Mathematics of the New Self Numbers [annotated and scanned]
PROG
(Haskell)
a249046 n = a249046_list !! (n-1)
a249046_list = filter ((> 0) . flip mod 9) a249045_list
-- Reinhard Zumkeller, Oct 31 2014
CROSSREFS
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Oct 30 2014
STATUS
approved