login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A177823 Triangle of Eulerian numbers squared: A008292(n,m)^2 read by rows. 1
1, 1, 1, 1, 16, 1, 1, 121, 121, 1, 1, 676, 4356, 676, 1, 1, 3249, 91204, 91204, 3249, 1, 1, 14400, 1418481, 5837056, 1418481, 14400, 1, 1, 61009, 18429849, 243953161, 243953161, 18429849, 61009, 1, 1, 252004, 213393664, 7785238756, 24395316100, 7785238756, 213393664, 252004, 1, 1, 1026169 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Row sums are A168562.
LINKS
EXAMPLE
1;
1, 1;
1, 16, 1;
1, 121, 121, 1;
1, 676, 4356, 676, 1;
1, 3249, 91204, 91204, 3249, 1;
1, 14400, 1418481, 5837056, 1418481, 14400, 1;
MATHEMATICA
<< DiscreteMath`Combinatorica`;
a = Table[Table[Eulerian[n + 1, m]^2, {m, 0, n}], {n, 0, 10}];
Flatten[%]
CROSSREFS
Sequence in context: A154228 A141697 A202750 * A142462 A203397 A338029
KEYWORD
nonn,tabl
AUTHOR
Roger L. Bagula, Dec 13 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)