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.

A178978 a(n) = A144448(n+1)/8.

Original entry on oeis.org

0, 2, 5, 1, 14, 20, 1, 35, 44, 2, 65, 77, 10, 104, 119, 5, 152, 170, 7, 209, 230, 28, 275, 299, 4, 350, 377, 5, 434, 464, 55, 527, 560, 22, 629, 665, 26, 740, 779, 91, 860, 902, 35, 989, 1034, 40, 1127, 1175, 136, 1274, 1325, 17
Offset: 0

Views

Author

Paul Curtz, Jan 02 2011

Keywords

Comments

Differs from A178971 for indices n > 23.

Crossrefs

Programs

Formula

Trisections:
a(3*n) = A145911(n);
a(3*n+1) = A145910(n);
a(3*n+2) = A178977(n).
a(n) = 3*a(n-27) - 3*a(n-54) + a(n-81). - G. C. Greubel, Mar 06 2022