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.

A153370 Number of zig-zag paths from top to bottom of a rectangle of width 11 with n rows whose color is not that of the top right corner.

Original entry on oeis.org

5, 10, 18, 36, 66, 132, 244, 488, 906, 1812, 3372, 6744, 12566, 25132, 46860, 93720, 174810, 349620, 652252, 1304504, 2433942, 4867884, 9083004, 18166008, 33897050, 67794100, 126503148, 253006296, 472111446, 944222892, 1761934444, 3523868888
Offset: 1

Views

Author

Joseph Myers, Dec 24 2008

Keywords

Crossrefs

Formula

Empirical: G.f. -x*(2*x+1)*(3*x^4-12*x^2+5) / ( (2*x^2-1)*(x^4-4*x^2+1) ) and a(n)= +6*a(n-2) -9*a(n-4) +2*a(n-6). - R. J. Mathar, Jun 16 2011