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.

A168667 a(n) = n^7*(n^10 + 1)/2.

Original entry on oeis.org

0, 1, 65600, 64571175, 8589942784, 381469765625, 8463329862336, 116315257405375, 1125899907891200, 8338590852224769, 50000000005000000, 252723514259390471, 1109305553388134400, 4325207959722043225
Offset: 0

Views

Author

N. J. A. Sloane, Dec 11 2009

Keywords

Programs

  • Magma
    [n^7*(n^10+1)/2: n in [0..20]]; // Vincenzo Librandi, Aug 28 2011
  • Mathematica
    Table[n^7*(n^10 + 1)/2, {n,0,25}] (* G. C. Greubel, Jul 29 2016 *)