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.

A035840 Coordination sequence for A_14 lattice.

Original entry on oeis.org

1, 210, 11130, 269570, 3838590, 37060506, 265953170, 1511679210, 7125357540, 28818500830, 102644594262, 328512273390, 959882556570, 2593322651430, 6545498596110, 15564971674518, 35117045235720, 75613799423610, 156153427053890, 310601807143530
Offset: 0

Views

Author

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

Keywords

Programs

  • Mathematica
    CoefficientList[Series[(x^14 + 196 x^13 + 8281 x^12 + 132496 x^11 + 1002001 x^10 + 4008004 x^9 + 9018009 x^8 + 11778624 x^7 + 9018009 x^6 + 4008004 x^5 + 1002001 x^4 + 132496 x^3 + 8281 x^2 + 196 x + 1)/(x - 1)^14, {x, 0, 30}], x] (* Vincenzo Librandi, Oct 21 2013 *)

Formula

Sum_{d=1..14} C(15, d)*C(m/2-1, d-1)*C(14-d+m/2, m/2), where norm m is always even.
G.f.: (x^14 + 196*x^13 + 8281*x^12 + 132496*x^11 + 1002001*x^10 + 4008004*x^9 + 9018009*x^8 + 11778624*x^7 + 9018009*x^6 + 4008004*x^5 + 1002001*x^4 + 132496*x^3 + 8281*x^2 + 196*x + 1) / (x-1)^14. [Colin Barker, Nov 19 2012]

Extensions

More terms from Vincenzo Librandi, Oct 21 2013