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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092055 C(2+2^n,3). 1
1, 4, 20, 120, 816, 5984, 45760, 357760, 2829056, 22500864, 179481600, 1433753600, 11461636096, 91659526144, 733141975040, 5864598896640, 46914643623936, 375308558925824, 3002434111406080, 24019335451770880, 192154133857304576 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

a(n)= sum_{i=1...(2^n)} i*(i+1)/2, this sequence is thus similar to A016131 as it is a sum of triangular numbers on the interval <1,2^n>, A016131 is a sum of triangular numbers on the interval <1,2^n - 1> [From Ctibor O. Zizka (c.zizka(AT)email.cz), Mar 03 2009]

FORMULA

a(n) =(2^(3n-1) +3*2^(2n-1) + 2^n)/3 =A092056(3, n) =A007581(n)*A000079(n) =2*a(n-1)+4^(n-1)+8^(n-1).

EXAMPLE

a(5) = C(2+2^5,3) = C(34,3) = 5984

MAPLE

seq(-binomial(-2^n, 3), n=0..20); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Feb 22 2008

CROSSREFS

Cf. A016131 [From Ctibor O. Zizka (c.zizka(AT)email.cz), Mar 03 2009]

Sequence in context: A089498 A046729 A093123 * A187848 A001715 A020028

Adjacent sequences:  A092052 A092053 A092054 * A092056 A092057 A092058

KEYWORD

nonn

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Feb 19 2004

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 13:08 EST 2012. Contains 205623 sequences.