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.

A170795 a(n) = n^10*(n^3 + 1)/2.

Original entry on oeis.org

0, 1, 4608, 826686, 34078720, 615234375, 6560580096, 48585742828, 275414777856, 1272676306365, 5005000000000, 17274324784266, 53527561371648, 151506482542051, 397002013954560, 973385859375000, 2252349569499136
Offset: 0

Views

Author

N. J. A. Sloane, Dec 11 2009

Keywords

Programs

  • Magma
    [n^10*(n^3+1)/2: n in [0..20]]; // Vincenzo Librandi, Aug 26 2011
    
  • Mathematica
    Table[n^10*(n^3+1)/2, {n,0,30}] (* G. C. Greubel, Dec 06 2017 *)
  • PARI
    for(n=0,30, print1(n^10*(n^3+1)/2, ", ")) \\ G. C. Greubel, Dec 06 2017

Formula

G.f.: (x + 4594*x^2 + 762265*x^3 + 22924080*x^4 + 211684410*x^5 + 752159268*x^6 + 1137586002*x^7 + 753462240*x^8 + 211597125*x^9 + 22609370*x^10 + 717461*x^11 + 3584*x^12)/(1-x)^14. - G. C. Greubel, Dec 06 2017