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.

A098803 a(n) = n^7 * 7^n.

Original entry on oeis.org

0, 7, 6272, 750141, 39337984, 1313046875, 32934190464, 678223072849, 12089663946752, 193010051319183, 2824752490000000, 38532504363714053, 495958345459089408, 6079641716636816419, 71493870602660352896
Offset: 0

Views

Author

Parthasarathy Nambi, Oct 05 2004

Keywords

Examples

			a(1) = 1^7 * 7^1 = 7.
a(2) = 2^7 * 7^2 = 6272.
		

Crossrefs

Programs

Formula

G.f.: 7*x*(117649*x^6 +2016840*x^5 +2859591*x^4 +828688*x^3 +58359*x^2 +840*x +1) / (7*x -1)^8. - Colin Barker, Apr 30 2013

Extensions

More terms from Stefan Steinerberger, Mar 06 2006
Offset changed from 1 to 0 by Vincenzo Librandi, Oct 27 2011