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.

A035839 Coordination sequence for A_13 lattice.

Original entry on oeis.org

1, 182, 8372, 176722, 2206932, 18827718, 120353324, 614266354, 2619716554, 9654482474, 31534801116, 93093230958, 252208679268, 634756203018, 1498750896708, 3346707628446, 7114703302434, 14479567043214, 28342922553764, 53573492643034, 98118326104708
Offset: 0

Views

Author

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

Keywords

Programs

  • Mathematica
    CoefficientList[Series[-(x + 1) (x^12 + 168 x^11 + 5916 x^10 + 75880 x^9 + 435345 x^8 + 1221024 x^7 + 1723632 x^6 + 1221024 x^5 + 435345 x^4 + 75880 x^3 + 5916 x^2 + 168 x + 1)/(x - 1)^13, {x, 0, 30}], x] (* Vincenzo Librandi, Oct 21 2013 *)

Formula

Sum_{d=1..13} C(14, d)*C(m/2-1, d-1)*C(13-d+m/2, m/2), where norm m is always even.
G.f.: -(x+1)*(x^12 + 168*x^11 + 5916*x^10 + 75880*x^9 + 435345*x^8 + 1221024*x^7 + 1723632*x^6 + 1221024*x^5 + 435345*x^4 + 75880*x^3 + 5916*x^2 + 168*x + 1) / (x-1)^13. [Colin Barker, Nov 19 2012]

Extensions

More terms from Vincenzo Librandi, Oct 21 2013