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.

A035837 Coordination sequence for A_11 lattice.

Original entry on oeis.org

1, 132, 4422, 68772, 643632, 4197468, 20934474, 85014204, 293744154, 891454124, 2432878866, 6078578508, 14097919968, 30684132468, 63221641758, 124188986196, 233931828834, 424600608564, 745616925614, 1271112537684, 2109875558208, 3418440803052
Offset: 0

Views

Author

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

Keywords

Programs

  • Mathematica
    CoefficientList[Series[-(x + 1) (x^10 + 120 x^9 + 2905 x^8 + 24320 x^7 + 84580 x^6 + 128864 x^5 + 84580 x^4 + 24320 x^3 + 2905 x^2 + 120 x + 1)/(x - 1)^11, {x, 0, 30}], x] (* Vincenzo Librandi, Oct 21 2013 *)

Formula

Sum_{d=1..11} C(12, d)*C(m/2-1, d-1)*C(11-d+m/2, m/2), where norm m is always even.
G.f.: -(x+1)*(x^10 + 120*x^9 + 2905*x^8 + 24320*x^7 + 84580*x^6 + 128864*x^5 + 84580*x^4 + 24320*x^3 + 2905*x^2 + 120*x + 1) / (x-1)^11. [Colin Barker, Nov 19 2012]

Extensions

More terms from Vincenzo Librandi, Oct 21 2013