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..10000
D. R. Kaprekar, The Mathematics of the New Self Numbers [annotated and scanned]
PROG
(Haskell)
a249045 n = a249045_list !! (n-1)
a249045_list = filter ((== 0) . flip mod 3) a003052_list
-- Reinhard Zumkeller, Oct 31 2014
CROSSREFS
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Oct 30 2014
STATUS
approved