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.

A033444 Number of edges in 12-partite Turán graph of order n.

Original entry on oeis.org

0, 0, 1, 3, 6, 10, 15, 21, 28, 36, 45, 55, 66, 77, 89, 102, 116, 131, 147, 164, 182, 201, 221, 242, 264, 286, 309, 333, 358, 384, 411, 439, 468, 498, 529, 561, 594, 627, 661, 696, 732, 769, 807, 846, 886, 927, 969, 1012, 1056, 1100, 1145, 1191, 1238, 1286
Offset: 0

Views

Author

Keywords

References

  • Graham et al., Handbook of Combinatorics, Vol. 2, p. 1234.

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[- x^2 (x^10 + x^9 + x^8 + x^7 + x^6 + x^5 + x^4 + x^3 + x^2 + x + 1)/((x - 1)^3 (x + 1) (x^2 - x + 1) (x^2 + 1) (x^2 + x + 1) (x^4 - x^2 + 1)), {x, 0, 60}], x] (* Vincenzo Librandi, Oct 20 2013 *)

Formula

a(n) = Sum_{k=0..n} A168185(k)*(n-k). [Reinhard Zumkeller, Nov 30 2009]
G.f.: -x^2*(x^10+x^9+x^8+x^7+x^6+x^5+x^4+x^3+x^2+x+1)/((x-1)^3*(x+1)*(x^2-x+1)*(x^2+1)*(x^2+x+1)*(x^4-x^2+1)). [Colin Barker, Aug 09 2012]
a(n) = Sum_{i=1..n} floor(11*i/12). - Wesley Ivan Hurt, Sep 12 2017

Extensions

More terms from Vincenzo Librandi, Oct 20 2013