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.

This page as a plain text file.
%I A001241 M5301 N2305 #33 Jun 25 2023 02:31:54
%S A001241 1,50,1660,46760,1217776,30480800,747497920,18139003520,437786795776,
%T A001241 10536798272000,253246254177280,6082300519393280,146028165842661376,
%U A001241 3505313580591718400,84135194495708938240,2019336829962040279040
%N A001241 Differences of reciprocals of unity.
%D A001241 F. N. David, M. G. Kendall and D. E. Barton, Symmetric Function and Allied Tables, Cambridge, 1966, p. 228.
%D A001241 N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
%D A001241 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
%H A001241 Mircea Merca, <a href="https://www.researchgate.net/publication/264664262_Some_experiments_with_complete_and_elementary_symmetric_functions">Some experiments with complete and elementary symmetric functions</a>, Periodica Mathematica Hungarica, 69 (2014), 182-189.
%H A001241 Simon Plouffe, <a href="https://arxiv.org/abs/0911.4975">Approximations de séries génératrices et quelques conjectures</a>, Dissertation, Université du Québec à Montréal, 1992; arXiv:0911.4975 [math.NT], 2009.
%H A001241 Simon Plouffe, <a href="/A000051/a000051_2.pdf">1031 Generating Functions</a>, Appendix to Thesis, Montreal, 1992
%H A001241 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (50, -840, 5760, -13824).
%F A001241 G.f.: x / ((1-6*x)*(1-8*x)*(1-12*x)*(1-24*x)).
%F A001241 a(n) = (1/6)*(-6^n + 3*8^n - 3*12^n + 24^n).
%p A001241 A001241:=1/(6*z-1)/(8*z-1)/(12*z-1)/(24*z-1); [Conjectured by _Simon Plouffe_ in his 1992 dissertation.]
%Y A001241 Equals 2^(n-1) * A028037(n-1).
%Y A001241 Right-hand column 3 in triangle A008969.
%Y A001241 a(n) = A112492(n+2, 4).
%K A001241 nonn,easy
%O A001241 1,2
%A A001241 _N. J. A. Sloane_
%E A001241 Formulae and more terms from _Ralf Stephan_, Feb 20 2005