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.

A336878 Second differences of A336877, divided by 3.

Original entry on oeis.org

1, 1, 2, 1, 1, 2, 5, 1, -2, 1, 5, 2, 1, 5, 14, 1, -11, -2, 5, 1, -2, 5, 17, 2, -11, 1, 14, 5, 1, 14, 41, 1, -38, -11, 5, -2, -11, 5, 26, 1, -23, -2, 17, 5, -2, 17, 53, 2, -47, -11, 14, 1, -11, 14, 53, 5, -38, 1, 41, 14, 1, 41, 122, 1, -119, -38, 5, -11, -38, 5
Offset: 1

Views

Author

Andrey Zabolotskiy, Aug 06 2020

Keywords

Crossrefs

Cf. A336877.

Formula

a(n) = (b(n+1) - 2*b(n) + b(n-1)) / 3, where b(n) = A336877(n).
a(2*n) = a(n), a(2*n-1) + a(2*n+1) = 3*a(n).