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!)
A051721 Denominators of column 3 of table described in A051714/A051715. 4
4, 5, 15, 35, 105, 105, 105, 165, 165, 455, 15015, 1365, 1365, 255, 255, 11305, 33915, 21945, 21945, 345, 3795, 10465, 31395, 1365, 1365, 435, 435, 346115, 1038345, 55335, 608685, 255, 255, 319865, 959595, 959595, 959595, 6765, 6765, 61705 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
M. Kaneko, The Akiyama-Tanigawa algorithm for Bernoulli numbers, J. Integer Sequences, 3 (2000), #00.2.9.
MATHEMATICA
a[0, k_] := 1/(k+1); a[n_, k_] := a[n, k] = (k+1)*(a[n-1, k] - a[n-1, k+1]); a[n_] := a[n, 3] // Denominator; Table[a[n], {n, 0, 39}] (* Jean-François Alcover, Sep 17 2012 *)
CROSSREFS
Cf. A051720.
Sequence in context: A321174 A304921 A357927 * A050226 A119562 A289021
KEYWORD
nonn,easy,nice
AUTHOR
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 | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)