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.

A201222 Number of ways to place k non-attacking knights on a 2 X n horizontal cylinder, summed over all k>=0.

Original entry on oeis.org

3, 9, 18, 81, 123, 324, 843, 2401, 5778, 15129, 39603, 104976, 271443, 710649, 1860498, 4879681, 12752043, 33385284, 87403803, 228886641, 599074578, 1568397609, 4106118243, 10750371856, 28143753123, 73681302249, 192900153618, 505022001201, 1322157322203
Offset: 1

Views

Author

Vaclav Kotesovec, Nov 28 2011

Keywords

Crossrefs

Programs

  • Mathematica
    Table[If[Mod[n,4]==0,LucasL[n/2]^4,LucasL[2n]+1+(-1)^n],{n,1,50}]