OFFSET
1,2
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)
a249047 n = a249047_list !! (n-1)
a249047_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