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.

A244870 Number of magic labelings with magic sum n of 2nd graph shown in link.

Original entry on oeis.org

1, 8, 37, 121, 318, 717, 1446, 2678, 4639, 7614, 11955, 18087, 26516, 37835, 52732, 71996, 96525, 127332, 165553, 212453, 269434, 338041, 419970, 517074, 631371, 765050, 920479, 1100211, 1306992, 1543767, 1813688, 2120120, 2466649, 2857088, 3295485
Offset: 0

Views

Author

N. J. A. Sloane, Jul 08 2014

Keywords

Crossrefs

Programs

  • Mathematica
    Table[7 n^5/120 + 7 n^4/16 + 35 n^3/24 + 21 n^2/8 + 149 n/60 + (-1)^n/32 + 31/32, {n, 0, 40}] (* Bruno Berselli, Jul 08 2014 *)

Formula

G.f.: (1 + 3*x + 6*x^2 + 3*x^3 + x^4)/((1 - x)^6*(1 + x)).
a(n) = 7*n^5/120 + 7*n^4/16 + 35*n^3/24 + 21*n^2/8 + 149*n/60 + (-1)^n/32 + 31/32. [Bruno Berselli, Jul 08 2014]