login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080960 Third binomial transform of A010685 (period 2: repeat 1,4). 4
1, 7, 34, 148, 616, 2512, 10144, 40768, 163456, 654592, 2619904, 10482688, 41936896, 167759872, 671064064, 2684305408, 10737319936, 42949476352, 171798298624, 687193980928, 2748777496576, 10995113132032, 43980458819584 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n) = 4*a(n-1)+3*2^(n-1).

a(n) = (5/2)*4^n-(3/2)*2^n.

G.f.: (1+x)/((1-2*x)*(1-4*x)). [From Klaus Brockhaus, Nov 26 2009]

PROG

(MAGMA) binomtf:=func< V | [ &+[ Binomial(i-1, k-1)*V[k]: k in [1..i] ]: i in [1..#V] ] >;

binomtf(binomtf(binomtf(&cat[ [1, 4]: n in [1..12] ]))); [From Klaus Brockhaus, Nov 26 2009]

CROSSREFS

Cf. A010685, A080961, A048473, A003945.

Sequence in context: A094891 A192803 A052161 * A099242 A032206 A124466

Adjacent sequences:  A080957 A080958 A080959 * A080961 A080962 A080963

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Mar 03 2003

EXTENSIONS

Definition corrected, edited by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Nov 26 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 07:16 EST 2012. Contains 205589 sequences.