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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081128 12th binomial transform of (0,1,0,0,0,0,0,0,......). 3
0, 1, 24, 432, 6912, 103680, 1492992, 20901888, 286654464, 3869835264, 51597803520, 681091006464, 8916100448256, 115909305827328, 1497904875307008, 19258776968232960, 246512345193381888 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..200

FORMULA

a(n)=24*a(n-1)-132*a(n-2); a(0)=0, a(1)=1.

a(n)=n*12^(n-1).

G.f. x/(1-12*x)^2

MATHEMATICA

f[n_]:=n*12^(n-1); f[Range[0, 40]] (*From Vladimir Joseph Stephan Orlovsky, Feb 09 2011*)

PROG

(MAGMA) [n*12^(n-1): n in [0..30]]; // Vincenzo Librandi, Jun 06 2011

CROSSREFS

Cf. A081127, A053541.

Cf. A038327.

Sequence in context: A175199 A051546 A209448 * A059158 A062149 A083195

Adjacent sequences:  A081125 A081126 A081127 * A081129 A081130 A081131

KEYWORD

easy,nonn

AUTHOR

Paul Barry, Mar 07 2003

STATUS

approved

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 June 19 16:26 EDT 2013. Contains 226415 sequences.