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.

A000973 Fermat coefficients.

Original entry on oeis.org

1, 15, 99, 429, 1430, 3978, 9690, 21318, 43263, 82225, 148005, 254475, 420732, 672452, 1043460, 1577532, 2330445, 3372291, 4790071, 6690585, 9203634, 12485550, 16723070, 22137570, 28989675, 37584261, 48275865, 61474519
Offset: 8

Views

Author

Keywords

Comments

a(n) = A258708(n,n-8). - Reinhard Zumkeller, Jun 23 2015

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

Cf. A053129.
Cf. A258708.

Programs

Formula

a(n) = binomial(2*n-8, 7)/8.
G.f.: (x^8)*(1+7*x+7*x^2+x^3)/(1-x)^8.
G.f.: A(x)= (1+7*x+7*x^2+x^3)/(x-1)^8 = 1 + 45*x/(G(0)-45*x), |x|<1; if |x|>1, G(0)=45*x;
G(k) = (k+1)*(2*k+3) + x*(k+5)*(2*k+9) - x*(k+1)*(k+6)*(2*k+3)*(2*k+11)/G(k+1); (continued fraction Euler's 1st kind, 1-step ). - Sergei N. Gladkovskii, Jun 15 2012

Extensions

More terms from David W. Wilson, Oct 11 2000