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.

A001241 Differences of reciprocals of unity.

Original entry on oeis.org

1, 50, 1660, 46760, 1217776, 30480800, 747497920, 18139003520, 437786795776, 10536798272000, 253246254177280, 6082300519393280, 146028165842661376, 3505313580591718400, 84135194495708938240, 2019336829962040279040
Offset: 1

Views

Author

Keywords

References

  • F. N. David, M. G. Kendall and D. E. Barton, Symmetric Function and Allied Tables, Cambridge, 1966, p. 228.
  • 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

Equals 2^(n-1) * A028037(n-1).
Right-hand column 3 in triangle A008969.
a(n) = A112492(n+2, 4).

Programs

  • Maple
    A001241:=1/(6*z-1)/(8*z-1)/(12*z-1)/(24*z-1); [Conjectured by Simon Plouffe in his 1992 dissertation.]

Formula

G.f.: x / ((1-6*x)*(1-8*x)*(1-12*x)*(1-24*x)).
a(n) = (1/6)*(-6^n + 3*8^n - 3*12^n + 24^n).

Extensions

Formulae and more terms from Ralf Stephan, Feb 20 2005