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.

A024080 a(n) = 7^n - n^5.

Original entry on oeis.org

1, 6, 17, 100, 1377, 13682, 109873, 806736, 5732033, 40294558, 282375249, 1977165692, 13841038369, 96888639114, 678222535025, 4747560750568, 33232929521025, 232630512567350, 1628413596020881, 11398895182897044
Offset: 0

Views

Author

Keywords

Programs

Formula

From Chai Wah Wu, Jul 10 2016: (Start)
a(n) = 13*a(n-1) - 57*a(n-2) + 125*a(n-3) - 155*a(n-4) + 111*a(n-5) - 43*a(n-6) + 7*a(n-7) for n > 6.
G.f.: (-8*x^6 - 175*x^5 - 451*x^4 - 96*x^3 + 4*x^2 + 7*x - 1)/((x - 1)^6*(7*x - 1)). (End)