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.

A024122 a(n) = 10^n - n^8.

Original entry on oeis.org

1, 9, -156, -5561, -55536, -290625, -679616, 4235199, 83222784, 956953279, 9900000000, 99785641119, 999570018304, 9999184269279, 99998524210944, 999997437109375, 9999995705032704, 99999993024242559, 999999988980039424
Offset: 0

Views

Author

Keywords

Programs

Formula

a(n) = 19*a(n-1) - 126*a(n-2) + 444*a(n-3) - 966*a(n-4) + 1386*a(n-5) - 1344*a(n-6) + 876*a(n-7) - 369*a(n-8) + 91*a(n-9) - 10*a(n-10). - Wesley Ivan Hurt, Oct 20 2022