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.

A035838 Coordination sequence for A_12 lattice.

Original entry on oeis.org

1, 156, 6162, 112268, 1219374, 9129276, 51697802, 235895244, 907129236, 3037849828, 9079799742, 24680519604, 61908797418, 144977296932, 319917948246, 670283877588, 1341750437352, 2579499722124, 4783532975546, 8588601364668, 14977318285254, 25437258929836
Offset: 0

Views

Author

Joan Serra-Sagrista (jserra(AT)ccd.uab.es)

Keywords

Programs

  • Mathematica
    CoefficientList[Series[(x^12 + 144 x^11 + 4356 x^10 + 48400 x^9 + 245025 x^8 + 627264 x^7 + 853776 x^6 + 627264 x^5 + 245025 x^4 + 48400 x^3 + 4356 x^2 + 144 x + 1)/(x - 1)^12, {x, 0, 30}], x] (* Vincenzo Librandi, Oct 21 2013 *)

Formula

Sum_{d=1..12} C(13, d)*C(m/2 - 1, d - 1)*C(12 - d + m/2, m/2), where norm m is always even.
G.f.: (x^12 + 144*x^11 + 4356*x^10 + 48400*x^9 + 245025*x^8 + 627264*x^7 + 853776*x^6 + 627264*x^5 + 245025*x^4 + 48400*x^3 + 4356*x^2 + 144*x + 1) / (x - 1)^12. [Colin Barker, Nov 19 2012]

Extensions

More terms from Vincenzo Librandi, Oct 21 2013