OFFSET
1,1
LINKS
Ivan Neretin,Table of n, a(n) for n = 1..10000
Robert Baillie,Summing the curious series of Kempner and Irwin,arXiv:0806.4410 [math.CA], 2008-2015. See p. 18 for Mathematica code irwinSums.m.
FORMULA
a(n+1) =A057168(a(n)). -M. F. Hasler,Aug 27 2014
Sum_{n>=1} 1/a(n) = 1.386348105265697723853732153017686670695581836109569165990080192653647019078... (calculated using Baillie's irwinSums.m, see Links). -Amiram Eldar,Feb 14 2022
MATHEMATICA
Select[ Range[ 511, 2048 ], (Count[ IntegerDigits[ #, 2 ], 1 ]==9)& ]
PROG
(PARI) is_A023691(n)=hammingweight(n)==9 \\M. F. Hasler,Aug 27 2014
(PARI) print1(t=2^9-1); for(i=2, 50, print1( "," t=A057168(t))) \\M. F. Hasler,Aug 27 2014
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved