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.

A132998 a(n) = n^4 - n^3 - n^2.

Original entry on oeis.org

0, -1, 4, 45, 176, 475, 1044, 2009, 3520, 5751, 8900, 13189, 18864, 26195, 35476, 47025, 61184, 78319, 98820, 123101, 151600, 184779, 223124, 267145, 317376, 374375, 438724, 511029, 591920, 682051, 782100, 892769
Offset: 0

Views

Author

Omar E. Pol, Nov 01 2007

Keywords

Examples

			a(7)=2009 because 7^4=2401, 7^3=343, 7^2=49 and we can write 2401-343-49=2009.
		

Crossrefs

Programs

Formula

a(n) = n^4 - n^3 - n^2.
G.f.: x*(-1+9*x+15*x^2+x^3)/(1-x)^5. - R. J. Mathar, Nov 14 2007