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.

A024053 a(n) = 5^n - n^4.

Original entry on oeis.org

1, 4, 9, 44, 369, 2500, 14329, 75724, 386529, 1946564, 9755625, 48813484, 244119889, 1220674564, 6103477209, 30517527500, 152587825089, 762939369604, 3814697160649, 19073486197804, 95367431480625
Offset: 0

Views

Author

Keywords

Programs

Formula

a(n) = 10*a(n-1) - 35*a(n-2) + 60*a(n-3) - 55*a(n-4) + 26*a(n-5) - 5*a(n-6).