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.

A087645 Third column of A071223.

Original entry on oeis.org

2, 6, 24, 72, 172, 352, 646, 1094, 1742, 2642, 3852, 5436, 7464, 10012, 13162, 17002, 21626, 27134, 33632, 41232, 50052, 60216, 71854, 85102, 100102, 117002, 135956, 157124, 180672, 206772, 235602, 267346, 302194, 340342, 381992, 427352, 476636
Offset: 2

Views

Author

N. J. A. Sloane, Oct 26 2003

Keywords

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[-2 x^2*(x^4 - 4 x^3 + 7 x^2 - 2 x + 1)/(x - 1)^5, {x, 0, 38}], x][[3 ;; -1]] (* Michael De Vlieger, Oct 19 2021 *)
  • PARI
    Vec(-2*x^2*(x^4-4*x^3+7*x^2-2*x+1)/(x-1)^5 + O(x^100)) \\ Colin Barker, Dec 06 2014

Formula

a(n) = A052149(n+1) + 2.
a(n) = (3*n^4-10*n^3+9*n^2-2*n+24)/12. - Vladeta Jovovic, Oct 26 2003
G.f.: -2*x^2*(x^4-4*x^3+7*x^2-2*x+1) / (x-1)^5. - Colin Barker, Dec 06 2014

Extensions

More terms from Vladeta Jovovic, Oct 26 2003