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.

A008358 Crystal ball sequence for D_6 lattice.

Original entry on oeis.org

1, 61, 853, 5577, 23673, 76389, 204205, 476113, 1000753, 1939405, 3520837, 6058009, 9966633, 15785589, 24199197, 36061345, 52421473, 74552413, 103980085, 142515049, 192285913, 255774597, 335853453
Offset: 0

Views

Author

Keywords

Programs

  • Maple
    116/45*n^6+116/15*n^5+136/9*n^4+52/3*n^3+554/45*n^2+74/15*n+1;
  • Mathematica
    CoefficientList[Series[(1+54x+447x^2+852x^3+447x^4+54x^5+x^6)/(1-x)^7,{x,0,30}],x] (* Harvey P. Dale, Jan 23 2019 *)

Formula

G.f.: (1+54*x+447*x^2+852*x^3+447*x^4+54*x^5+x^6)/(1-x)^7. - Colin Barker, Mar 16 2012