Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A131065
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A131065 Triangle read by rows: T(n,k)=6*binom(n,k)-5 (0<=k<=n). +0
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; listen)
OFFSET

0,5

COMMENT

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: A105395 A120437 A050179 this_sequence A081580 A082110 A141597

Adjacent sequences: A131062 A131063 A131064 this_sequence 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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research