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.

A024083 a(n) = 7^n - n^8.

Original entry on oeis.org

1, 6, -207, -6218, -63135, -373818, -1561967, -4941258, -11012415, -2693114, 182475249, 1762967862, 13411305505, 96073279686, 676747283793, 4744998619318, 33228635602305, 232623538229766, 1628402577949873
Offset: 0

Views

Author

Keywords

Programs

Formula

a(0)=1, a(1)=6, a(2)=-207, a(3)=-6218, a(4)=-63135, a(5)=-373818, a(6)=-1561967, a(7)=-4941258, a(8)=-11012415, a(9)=-2693114, a(n)= 16*a(n-1) - 99*a(n-2) + 336*a(n-3) - 714*a(n-4) + 1008*a(n-5) - 966*a(n-6) + 624*a(n-7) - 261*a(n-8) + 64*a(n-9) - 7*a(n-10). - Harvey P. Dale, Jul 12 2014