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.

A126426 a(n) = n^5 - n - 1.

Original entry on oeis.org

-1, 29, 239, 1019, 3119, 7769, 16799, 32759, 59039, 99989, 161039, 248819, 371279, 537809, 759359, 1048559, 1419839, 1889549, 2476079, 3199979, 4084079, 5153609, 6436319, 7962599, 9765599, 11881349, 14348879, 17210339, 20511119, 24299969, 28629119, 33554399, 39135359, 45435389
Offset: 1

Views

Author

Artur Jasinski, Dec 26 2006

Keywords

Comments

Every number gives remainder 29 when divided by 30, remainder 9 when divided by 10, and remainder 4 when divided by 5.

Crossrefs

Programs

Formula

G.f.: x*(x^5-5*x^4+40*x^3+50*x^2+35*x-1)/(1-x)^6. - Colin Barker, Oct 07 2012