OFFSET
0,5
LINKS
Claire Levaillant, Powers of two weighted sum of the first p divided Bernoulli numbers modulo p, arXiv:2001.03471 [math.CO], 2020. See p. 6.
EXAMPLE
{1},
{1, 1},
{1, 66, 1},
{1, 1191, 1191, 1},
{1, 14608, 156190, 14608, 1},
{1, 152637, 9738114, 9738114, 152637, 1},
MATHEMATICA
<< DiscreteMath`Combinatorica`
a = Table[Table[Eulerian[n + 1, 2*m], {m, 0, Floor[n/2]}], {n, 0, 20, 2}];
Flatten[%]
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Roger L. Bagula, Dec 13 2010
STATUS
approved