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.

Showing 1-2 of 2 results.

A007205 Erroneous version of A008349.

Original entry on oeis.org

1, 241, 9361, 120161
Offset: 0

Views

Author

Keywords

A001361 Number of points in interior of n-th crystal ball in E_8 lattice.

Original entry on oeis.org

1, 241, 26641, 338401, 2240161, 10242001, 36638641, 109907521, 288653761, 683158321, 1486914001, 3020862241, 5793372001, 10579330321, 18522042481, 31261968001, 51096647041, 81176500081, 125741512081, 190404140641, 282484116001, 411401129041, 589131731761
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Maple
    a:= n-> 57/7*n^8-108/7*n^7+30*n^6-72*n^5+39*n^4-36*n^3+300/7*n^2+24/7*n+1:
    seq (a(n), n=1..30);
  • Mathematica
    CoefficientList[Series[-(x^8 + 232 x^7 + 7228 x^6 + 55384 x^5 + 133510 x^4 + 107224 x^3 + 24508 x^2 + 232 x + 1)/(x - 1)^9, {x, 0, 40}], x] (* Vincenzo Librandi, Oct 13 2013 *)

Formula

G.f.: -x*(x^8 + 232*x^7 + 7228*x^6 + 55384*x^5 + 133510*x^4 + 107224*x^3 + 24508*x^2 + 232*x + 1)/(x - 1)^9. - Colin Barker, Oct 29 2012
Showing 1-2 of 2 results.