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.

A107906 Expansion of (1+8x)/(1-16x^2).

Original entry on oeis.org

1, 8, 16, 128, 256, 2048, 4096, 32768, 65536, 524288, 1048576, 8388608, 16777216, 134217728, 268435456, 2147483648, 4294967296, 34359738368, 68719476736, 549755813888, 1099511627776, 8796093022208, 17592186044416
Offset: 0

Views

Author

Paul Barry, May 27 2005

Keywords

Comments

Fifth binomial transform is A096053.

Formula

a(n) = ((1+sqrt(4))*(2*sqrt(4))^n + (1-sqrt(4))*(-2*sqrt(4))^n)/2;
a(n) = 3*4^n/2 - (-4)^n/2.
a(2n) = 16^n, a(2n+1) = 8*16^n.