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.

A271208 a(n) = n^5 + n - 1.

Original entry on oeis.org

-1, 1, 33, 245, 1027, 3129, 7781, 16813, 32775, 59057, 100009, 161061, 248843, 371305, 537837, 759389, 1048591, 1419873, 1889585, 2476117, 3200019, 4084121, 5153653, 6436365, 7962647, 9765649, 11881401, 14348933, 17210395, 20511177, 24300029, 28629181, 33554463
Offset: 0

Views

Author

Jaroslav Krizek, Apr 02 2016

Keywords

Crossrefs

Programs

Formula

a(n) = A271209(n) - 2.
From Wesley Ivan Hurt, Apr 02 2016: (Start)
G.f.: (-1 + 7*x + 12*x^2 + 82*x^3 + 17*x^4 + 3*x^5) / (x-1)^6.
a(n) = 6*a(n-1) - 15*a(n-2) + 20*a(n-3) - 15*a(n-4) + 6*a(n-5)- a (n-6), n > 5. (End)
a(n) = A131471(n) - 1. - Omar E. Pol, Apr 05 2016