Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A096041
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A096041 Triangle read by rows: T(n,k) = (n+1,k)-th element of (M^7-M)/6, where M is the infinite lower Pascal's triangle matrix, 1<=k<=n. +0
1
1, 8, 2, 57, 24, 3, 400, 228, 48, 4, 2801, 2000, 570, 80, 5, 19608, 16806, 6000, 1140, 120, 6, 137257, 137256, 58821, 14000, 1995, 168, 7, 960800, 1098056, 549024, 156856, 28000, 3192, 224, 8, 6725601, 8647200, 4941252, 1647072, 352926, 50400 (list; table; graph; listen)
OFFSET

1,2

EXAMPLE

Triangle begins:

1

8 2

57 24 3

400 228 48 4

2801 2000 570 80 5

19608 16806 6000 1140 120 6

MAPLE

P:= proc(n) option remember; local M; M:= Matrix (n, (i, j)-> binomial (i-1, j-1)); (M^7-M)/6 end: T:= (n, k)-> P(n+1) [n+1, k]: seq (seq (T (n, k), k=1..n), n=1..11); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 07 2009]

CROSSREFS

Cf. A007318. First column gives A023000. Row sums give A016131.

Sequence in context: A161593 A008866 A006708 this_sequence A038280 A032761 A093082

Adjacent sequences: A096038 A096039 A096040 this_sequence A096042 A096043 A096044

KEYWORD

nonn,tabl

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Jun 17 2004

EXTENSIONS

Edited with more terms and Maple program by Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 07 2009

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 24 14:25 EST 2009. Contains 167438 sequences.


AT&T Labs Research