This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A275487 #21 May 26 2023 05:46:47 %S A275487 0,0,0,0,0,0,0,1,1,1,2,2,3,6,25,66,134,266,505,952,1850,3515,6643, %T A275487 12920,26893,55786,114992,234719,473299,946406,1884728,3754316, %U A275487 7467998,14845968,29628007,59231668,118528637 %N A275487 Number of weird numbers (A006037) less than 2^n. %C A275487 It is known that the density of weird numbers is positive, but smaller than 0.0101. The three smallest weird numbers are 70, 836 and 4030, therefore a(n) = 0 for n < 7; a(n) = 1 for 7 <= n < 10, and a(n) = 2 for 10 <= n < 12. %o A275487 (PARI) print1(s=0);for(k=0,30,print1(","s+=sum(n=1<<k,2<<k,is_A006037(2*n)))) %Y A275487 Cf. A006037. %K A275487 nonn,more %O A275487 0,11 %A A275487 _M. F. Hasler_, Jul 30 2016 %E A275487 a(25)-a(33) from _Amiram Eldar_, Mar 17 2019 %E A275487 a(34)-a(36) from _Amiram Eldar_, May 26 2023