OFFSET
1,2
COMMENTS
Complement of A010061.
Obtained when A092391 is sorted and duplicates are removed.
The asymptotic density of this sequence is 1 - (1/8) * (Sum_{n>=1} 1/2^a(n))^2 = 1 - A242403 = 0.747339... - Amiram Eldar, Nov 28 2020
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge, 2003, Section 2.24, pp. 179-180.
József Sándor and Borislav Crstici, Handbook of Number theory II, Kluwer Academic Publishers, 2004, Chapter 4, p. 384-386.
G. Troi and U. Zannier, Note on the density constant in the distribution of self-numbers, Bolletino U. M. I. (7) 9-A (1995), 143-148.
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..8192
G. Troi and U. Zannier, Note on the density constant in the distribution of self-numbers. II, Bollettino dell'Unione Matematica Italiana 2-A (1999), 397-399.
MATHEMATICA
Table[n + Total[IntegerDigits[n, 2]], {n, 0, 100}] // Union (* Jean-François Alcover, Sep 03 2013 *)
PROG
(Haskell)
a228082 n = a228082_list !! (n-1)
a228082_list = 0 : filter ((> 0) . a228085) [1..]
-- Reinhard Zumkeller, Oct 13 2013
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Aug 09 2013
STATUS
approved