OFFSET
1,3
COMMENTS
There are O(log^4 x) members of this sequence up to x. - Charles R Greathouse IV, Mar 29 2013
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..5000
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
Sum_{n>=2} 1/a(n) = 4.957591106549526542379494338911534917897082748621184321529665450307117309571... (calculated using Baillie's irwinSums.m, see Links). - Amiram Eldar, Feb 14 2022
MATHEMATICA
Select[Range[0, 150], DigitCount[#, 2, 1]<4&] (* Harvey P. Dale, Apr 11 2012 *)
PROG
(PARI) is(n)=hammingweight(n)<4 \\ Charles R Greathouse IV, Mar 29 2013
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
N. J. A. Sloane, Jun 23 2009
STATUS
approved