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.

A146523 Binomial transform of A010685.

Original entry on oeis.org

1, 5, 10, 20, 40, 80, 160, 320, 640, 1280, 2560, 5120, 10240, 20480, 40960, 81920, 163840, 327680, 655360, 1310720, 2621440, 5242880, 10485760, 20971520, 41943040, 83886080, 167772160, 335544320, 671088640, 1342177280, 2684354560, 5368709120, 10737418240
Offset: 0

Views

Author

Philippe Deléham, Oct 30 2008

Keywords

Comments

Linked to A029609 by a Catalan transform.
Hankel transform is (1, -15, 0, 0, 0, 0, 0, 0, 0, ...).

Crossrefs

Programs

Formula

a(n) = 5*2^(n-1) for n >= 1, a(0) = 1.
a(n) = Sum_{k=0..n} A109466(n,k)*A029609(k).
a(n) = A084215(n+1) = A020714(n-1), n > 0. - R. J. Mathar, Nov 02 2008
G.f.: (1 + 3*x)/(1 - 2*x). - Vladimir Joseph Stephan Orlovsky, Jun 21 2011
G.f.: G(0), where G(k)= 1 + 3*x/(1 - 2*x/(2*x + 3*x/G(k+1) )); (continued fraction). - Sergei N. Gladkovskii, Jul 03 2013
E.g.f.: (5*exp(2*x) - 3)/2. - Stefano Spezia, Feb 20 2023