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!)
A085503 Sub-triangle of A008292: take every second term of every second row. 2
1, 1, 1, 1, 66, 1, 1, 1191, 1191, 1, 1, 14608, 156190, 14608, 1, 1, 152637, 9738114, 9738114, 152637, 1, 1, 1479726, 423281535, 2275172004, 423281535, 1479726, 1, 1, 13824739, 15041229521, 311387598411 (list; table; graph; refs; listen; history; text; internal format)
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
Cf. A008292.
Sequence in context: A059755 A215657 A157631 * A271711 A138843 A033386
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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)