cp's OEIS Frontend

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.

A001036 Partial sums of A001037, omitting A001037(1).

Original entry on oeis.org

1, 2, 4, 7, 13, 22, 40, 70, 126, 225, 411, 746, 1376, 2537, 4719, 8799, 16509, 31041, 58635, 111012, 210870, 401427, 766149, 1465019, 2807195, 5387990, 10358998, 19945393, 38458183, 74248450, 143522116, 277737796, 538038782, 1043325197
Offset: 1

Views

Author

Keywords

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Programs

  • Mathematica
    f[n_] := DivisorSum[n, MoebiusMu[#] * 2^(n/#) &] / n; Accumulate[Array[f, 30]] - 1 (* Amiram Eldar, Aug 24 2023 *)

Formula

a(n) = A062692(n)-1. - Gabriele Fici, Feb 02 2011
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

Extensions

More terms from David W. Wilson, Oct 11 2000