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!)
A174035 A triangle sequence of the form:t(n,m]=Binomial[n, m] + Floor[Eulerian[n + 1, m]/2] 0
1, 1, 1, 1, 4, 1, 1, 8, 8, 1, 1, 17, 39, 17, 1, 1, 33, 161, 161, 33, 1, 1, 66, 610, 1228, 610, 66, 1, 1, 130, 2167, 7844, 7844, 2167, 130, 1, 1, 259, 7332, 44173, 78165, 44173, 7332, 259, 1, 1, 515, 23956, 227680, 655303, 655303, 227680, 23956, 515, 1, 1, 1028, 76363 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Row Sums are:
{1, 2, 6, 18, 75, 390, 2582, 20284, 181695, 1814910, 19959422,...}.
LINKS
FORMULA
t(n,m]=Binomial[n, m] + Floor[Eulerian[n + 1, m]/2]
EXAMPLE
{1},
{1, 1},
{1, 4, 1},
{1, 8, 8, 1},
{1, 17, 39, 17, 1},
{1, 33, 161, 161, 33, 1},
{1, 66, 610, 1228, 610, 66, 1},
{1, 130, 2167, 7844, 7844, 2167, 130, 1},
{1, 259, 7332, 44173, 78165, 44173, 7332, 259, 1},
{1, 515, 23956, 227680, 655303, 655303, 227680, 23956, 515, 1},
{1, 1028, 76363, 1101864, 4869267, 7862376, 4869267, 1101864, 76363, 1028, 1}
MATHEMATICA
<< DiscreteMath`Combinatorica`
Table[Table[Binomial[n, m] + Floor[Eulerian[n + 1, m] 2], {m, 0, n}], {n, 0, 10}];
Flatten[%]
CROSSREFS
Sequence in context: A100754 A332307 A296405 * A303888 A305281 A304894
KEYWORD
nonn,tabl,uned
AUTHOR
Roger L. Bagula, Mar 06 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 07:34 EDT 2024. Contains 371905 sequences. (Running on oeis4.)