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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131065 Triangle read by rows: T(n,k)=6*binom(n,k)-5 (0<=k<=n). 10
1, 1, 1, 1, 7, 1, 1, 13, 13, 1, 1, 19, 31, 19, 1, 1, 25, 55, 55, 25, 1, 1, 31, 85, 115, 85, 31, 1, 1, 37, 121, 205, 205, 121, 37, 1, 1, 43, 163, 331, 415, 331, 163, 43, 1, 1, 49, 211, 499, 751, 751, 499, 211, 49, 1, 1, 55, 265, 715, 1255, 1507, 1255, 715, 265, 55, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,5

COMMENTS

Row sums = A131066: (1, 2, 9, 28, 71, 162, 349,...), the binomial transform of (1, 1, 6, 6, 6,...).

FORMULA

G.f.=G(t,z)=(1-z-tz+6tz^2)/[(1-z)(1-tz)(1-z-tz)]. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 20 2007

EXAMPLE

First few rows of the triangle are:

1;

1, 1;

1, 7, 1;

1, 13, 13, 1;

1, 19, 31, 19, 1;

1, 25, 55, 55, 25, 1;

...

MAPLE

T := proc (n, k) if k <= n then 6*binomial(n, k)-5 else 0 end if end proc: for n from 0 to 10 do seq(T(n, k), k = 0 .. n) end do; - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 20 2007

CROSSREFS

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

Sequence in context: A174095 A050179 A183352 * A081580 A082110 A141597

Adjacent sequences:  A131062 A131063 A131064 * A131066 A131067 A131068

KEYWORD

nonn,tabl

AUTHOR

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

EXTENSIONS

More terms from 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 05:39 EST 2012. Contains 205860 sequences.