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.

A083582 a(n) = (8*2^n-5*(-1)^n)/3.

Original entry on oeis.org

1, 7, 9, 23, 41, 87, 169, 343, 681, 1367, 2729, 5463, 10921, 21847, 43689, 87383, 174761, 349527, 699049, 1398103, 2796201, 5592407, 11184809, 22369623, 44739241, 89478487, 178956969, 357913943, 715827881, 1431655767, 2863311529
Offset: 0

Views

Author

Paul Barry, May 01 2003

Keywords

Comments

Binomial transform of A083581.

Crossrefs

Cf. A140966.

Programs

Formula

a(n) = (8*2^n-5(-1)^n)/3.
G.f.: (1+6*x)/((1-2*x)*(1+x)).
E.g.f.: (8*exp(2*x)-5*exp(-x))/3.
a(n) = 6*A001045(n) + A001045(n+1). - Creighton Dement, Mar 25 2005
a(n) = 2^(n+2)th coefficient of - eta(z)^3 eta(z^5) eta(z^10)^2 /eta(z^2)^2. - Kok Seng Chua (chuaks(AT)ihpc.a-star.edu.sg), Aug 30 2005
a(n) = a(n-1)+2*a(n-2). a(n)+a(n+1) = 8*A000079 = a(n+2)-a(n). - Paul Curtz, Jul 27 2008