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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131066 Binomial transform of [1, 1, 6, 6, 6,...]. 8
1, 2, 9, 28, 71, 162, 349, 728, 1491, 3022, 6089, 12228, 24511, 49082, 98229, 196528, 393131, 786342, 1572769, 3145628, 6291351, 12582802, 25165709, 50331528, 100663171, 201326462, 402653049, 805306228, 1610612591, 3221225322 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Row sums of triangle A131065. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 20 2007

FORMULA

a(n)=6*2^n-5n-5. G.f.=(1-2x+6x^2)/[(1-2x)(1-x)^2]. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 20 2007

EXAMPLE

a(3) = 28 = sum of row 4 of triangle A131065: (1 + 13 + 13 + 1).

a(3) = 28 = (1, 3, 3, 1) dot (1, 1, 6, 6) = (1 + 3 + 18 + 6).

MAPLE

a := proc (n) options operator, arrow; 6*2^n-5*n-5 end proc: seq(a(n), n = 0 .. 30); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 20 2007

CROSSREFS

Cf. A131060, A131061, A131062, A131063, A131064, A131065, A109128.

Sequence in context: A001093 A121643 A183376 * A058877 A192693 A026087

Adjacent sequences:  A131063 A131064 A131065 * A131067 A131068 A131069

KEYWORD

nonn

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Jun 13 2007

EXTENSIONS

Corrected and extended by Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 20 2007

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 16 10:53 EST 2012. Contains 205904 sequences.