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.

Showing 1-1 of 1 results.

A077958 Expansion of 1/(1-2*x^3).

Original entry on oeis.org

1, 0, 0, 2, 0, 0, 4, 0, 0, 8, 0, 0, 16, 0, 0, 32, 0, 0, 64, 0, 0, 128, 0, 0, 256, 0, 0, 512, 0, 0, 1024, 0, 0, 2048, 0, 0, 4096, 0, 0, 8192, 0, 0, 16384, 0, 0, 32768, 0, 0, 65536, 0, 0, 131072, 0, 0, 262144, 0, 0, 524288, 0, 0, 1048576, 0, 0, 2097152, 0, 0, 4194304, 0, 0, 8388608, 0
Offset: 0

Views

Author

N. J. A. Sloane, Nov 17 2002

Keywords

Comments

a(n) is the number of L-tromino tilings of the n X 2 rectangle (see Exercise 2 in Grinberg). - Stefano Spezia, Nov 26 2019

Crossrefs

Programs

Formula

From Stefano Spezia, Nov 26 2019: (Start)
a(n) = 2^(n/3) if 3 divides n, otherwise a(n) = 0 (see Exercise 2 in Grinberg).
E.g.f.: (1/3)*(exp(-(-2)^(1/3)*x) + exp(2^(1/3)*x) + exp((-1)^(2/3)*2^(1/3)*x)). (End)
Showing 1-1 of 1 results.