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.

A081188 6th binomial transform of (1,0,1,0,1,.....), A059841.

Original entry on oeis.org

1, 6, 37, 234, 1513, 9966, 66637, 450834, 3077713, 21153366, 146120437, 1013077434, 7042713913, 49054856766, 342163294237, 2389039544034, 16692759230113, 116696726720166, 816114147588037, 5708984335850634
Offset: 0

Views

Author

Paul Barry, Mar 11 2003

Keywords

Comments

Binomial transform of A081187.
a(n) is also the number of words of length n over an alphabet of seven letters, of which a chosen one appears an even number of times. See a comment in A007582, also for the crossrefs. for the 1- to 11- letter word cases. - Wolfdieter Lang, Jul 17 2017

Crossrefs

Programs

Formula

a(n) = 12*a(n-1) -35*a(n-2), a(0)=1, a(1)=6.
G.f.: (1-6*x)/((1-5*x)*(1-7*x)).
E.g.f.: exp(6*x)*cosh(x).
a(n) = 5^n/2 + 7^n/2.