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.

A024144 a(n) = 12^n - n^4.

Original entry on oeis.org

1, 11, 128, 1647, 20480, 248207, 2984688, 35829407, 429977600, 5159773791, 61917354224, 743008356047, 8916100427520, 106993205350511, 1283918464510448, 15407021574535743, 184884258894970880
Offset: 0

Views

Author

Keywords

Programs

Formula

a(n) = 17*a(n-1) - 70*a(n-2) + 130*a(n-3) - 125*a(n-4) + 61*a(n-5) - 12*a(n-6). - Wesley Ivan Hurt, Aug 04 2025