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.

A339495 Row sums of A339494.

Original entry on oeis.org

1, 3, 9, 19, 37, 73, 144, 283, 556, 1093, 2149, 4225, 8306, 16329, 32102, 63111, 124073, 243921, 479536, 942743, 1853384, 3643657, 7163241, 14082561, 27685586, 54428429, 107003474, 210363291, 413563341, 813044121, 1598402656, 3142376883, 6177750292, 12145137293
Offset: 1

Views

Author

Peter Luschny, Dec 07 2020

Keywords

Crossrefs

Formula

a(n) = A339493(n) + Fibonacci(n + 2) for n >= 2.
a(n) = [x^n] -x*(x*(x + 1)*(x*(x*(x*(x*(x + 2) + 2) + 3) + 3) + 2) + 1)/(x^5 + x^4 + x^3 + x^2 + x - 1).