login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051718 Numerators of column 2 of table described in A051714/A051715. 4
1, 1, 3, 1, -3, -1, 1, 1, 1, -5, -1017, 691, 601, -7, -809, 3617, 922191, -43867, -6132631, 174611, 12988703, -854513, -1552922421, 236364091, 1139644561, -8553103, -7089687053, 23749461029, 378639019356093, -8615841276005 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

Table of n, a(n) for n=0..29.

M. Kaneko, The Akiyama-Tanigawa algorithm for Bernoulli numbers, J. Integer Sequences, 3 (2000), #00.2.9.

MATHEMATICA

nmax = 29; a[0, k_] := 1/(k + 1); a[n_, k_] := a[n, k] = (k + 1)*(a[n - 1, k] - a[n - 1, k + 1]); Table[a[n, k], {n, 0, nmax}, {k, 0, nmax}] [[All, 3]] // Numerator (* Jean-François Alcover, Oct 08 2012 *)

CROSSREFS

Cf. A051719.

Sequence in context: A175623 A121273 A063065 * A016472 A095346 A060839

Adjacent sequences:  A051715 A051716 A051717 * A051719 A051720 A051721

KEYWORD

sign,easy,nice

AUTHOR

N. J. A. Sloane.

EXTENSIONS

More terms from James A. Sellers, Dec 08 1999

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 22 06:45 EDT 2013. Contains 225511 sequences.