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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080929 Sequence associated with a(n)=2*a(n-1)+k(k+2)a(n-2). 11
1, 3, 12, 40, 120, 336, 896, 2304, 5760, 14080, 33792, 79872, 186368, 430080, 983040, 2228224, 5013504, 11206656, 24903680, 55050240, 121110528, 265289728, 578813952, 1258291200, 2726297600, 5888802816, 12683575296, 27246198784 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

The third column of number triangle A080928

LINKS

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

FORMULA

G.f.: (1-x)(1-2x+4x^2)/(1-2x)^3

For n>0, a(n) = (n+1)(n+2)2^(n-2). - Ralf Stephan, Jan 16 2004

a(n)=ceil(n*(n+1)*2^(n-3)), n>=1 - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Sep 23 2006

ceil(binomial(n+2,2)*2^(n-1)). - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Nov 01 2006

MAPLE

[seq (ceil(binomial(n+2, 2)*2^(n-1)), n=0..27)]; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Nov 01 2006

PROG

(MAGMA) [(Ceiling(Binomial(n+2, 2)*2^(n-1))) : n in [0..40]]; // Vincenzo Librandi, Sep 22 2011

CROSSREFS

Essentially the same as A052482.

Cf. A082140, A082141, A082138, A082139, A080951, A080929, A057711.

Sequence in context: A032093 A007993 A052482 * A061136 A027991 A120304

Adjacent sequences:  A080926 A080927 A080928 * A080930 A080931 A080932

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Feb 26 2003

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 17 00:09 EST 2012. Contains 205978 sequences.