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.

A362179 Main diagonal of the square array A058395.

Original entry on oeis.org

1, 1, 4, 10, 25, 61, 146, 344, 800, 1840, 4192, 9472, 21248, 47360, 104960, 231424, 507904, 1110016, 2416640, 5242880, 11337728, 24444928, 52559872, 112721920, 241172480, 514850816, 1096810496, 2332033024, 4949278720, 10485760000, 22179479552, 46841987072
Offset: 0

Views

Author

Philippe Deléham, Apr 10 2023

Keywords

Comments

Binomial transform of 1, 0, 3, 0, 6, 0, 10, 0, 15, 0, ... (triangular numbers alternating with zeros).

Crossrefs

Formula

a(n) = 6*a(n-1) - 12*a(n-2) + 8*a(n-3) for n > 5.
a(n) = A158920(n+1) - A158920(n).
a(n) = Sum_{k=0..n} A007318(n,k)*A008805(k)*(1 + (-1)^k)/2.
G.f.: (1-x)^5/(1-2*x)^3.