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.

A002594 a(n) = n^2*(16*n^4-20*n^2+7)/3.

Original entry on oeis.org

1, 244, 3369, 20176, 79225, 240276, 611569, 1370944, 2790801, 5266900, 9351001, 15787344, 25552969, 39901876, 60413025, 89042176, 128177569, 180699444, 250043401, 340267600, 456123801, 603132244, 787660369, 1017005376, 1299480625, 1644505876, 2062701369, 2565985744, 3167677801, 3882602100, 4727198401, 5719634944, 6879925569, 8230050676
Offset: 1

Views

Author

Keywords

Comments

It is possible that the Croxton and Crowden reference gives a better explanation than the simple formula in the new definition.
Sum of the fifth powers of the first n odd numbers. - Michel Marcus, Dec 01 2015

References

  • F. E. Croxton and D. J. Cowden, Applied General Statistics. 2nd ed., Prentice-Hall, Englewood Cliffs, NJ, 1955, p. 742.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Programs

  • Magma
    [n^2/3 * (16*n^4 - 20*n^2 + 7): n in [1..40]]; // Vincenzo Librandi, Sep 07 2011
  • Maple
    A002594:=-(z+1)*(z**4+236*z**3+1446*z**2+236*z+1)/(z-1)**7; # Simon Plouffe in his 1992 dissertation

Formula

G.f.: x*(1+x)*(1+236*x+1446*x^2+236*x^3+x^4)/(1-x)^7. [Simon Plouffe]

Extensions

The old definition was wrong, entry revised by N. J. A. Sloane, Jun 10 2012