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 A001036 M1067 N0403 #30 Aug 24 2023 02:31:43 %S A001036 1,2,4,7,13,22,40,70,126,225,411,746,1376,2537,4719,8799,16509,31041, %T A001036 58635,111012,210870,401427,766149,1465019,2807195,5387990,10358998, %U A001036 19945393,38458183,74248450,143522116,277737796,538038782,1043325197 %N A001036 Partial sums of A001037, omitting A001037(1). %D A001036 N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence). %D A001036 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A001036 M. A. Harrison, <a href="https://www.jstor.org/stable/2946369">On the classification of Boolean functions by the general linear and affine groups</a>, J. Soc. Indust. Appl. Math. 12 (1964), 285-299. %F A001036 a(n) = A062692(n)-1. - _Gabriele Fici_, Feb 02 2011 %F A001036 G.f.: -x/(1 - x) + (1/(1 - x)) * Sum_{k>=1} mu(k)*log(1/(1 - 2*x^k))/k. - _Ilya Gutkovskiy_, Nov 11 2019 %t A001036 f[n_] := DivisorSum[n, MoebiusMu[#] * 2^(n/#) &] / n; Accumulate[Array[f, 30]] - 1 (* _Amiram Eldar_, Aug 24 2023 *) %Y A001036 Cf. A001037, A062692. %K A001036 nonn,easy %O A001036 1,2 %A A001036 _N. J. A. Sloane_ %E A001036 More terms from _David W. Wilson_, Oct 11 2000