cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-5 of 5 results.

A158992 Numerator of Bernoulli(n, 1/10).

Original entry on oeis.org

1, -2, 23, 9, -757, -381, 399641, 38829, -8068717, -7010361, 20212713133, 1948556049, -55894488760807, -769514725941, 283145183503343, 409271750511669, -2926186778206842029, -281971236851531121, 17744532347627812001939, 244268324199676177689
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158994.

Programs

  • Mathematica
    Numerator/@BernoulliB[Range[0,20],1/10] (* Harvey P. Dale, May 25 2011 *)

A158995 Numerator of Bernoulli(n, -1/10).

Original entry on oeis.org

1, -3, 83, -33, -637, 737, 400901, -77693, -8068477, 14020677, 20212716433, -3897112153, -55894488728047, 1539029451817, 283145183503763, -818543501023413, -2926186778206833869, 563942473703062157, 17744532347627812073759, -488536648399352355473
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158994.

Programs

  • Mathematica
    Table[Numerator[BernoulliB[n, -1/10]], {n, 0, 50}] (* Vincenzo Librandi, Mar 17 2014 *)

A158998 Numerator of Bernoulli(n, 3/10).

Original entry on oeis.org

1, -1, -13, 21, 323, -1141, -157531, 123361, 3107843, -22584681, -7737133583, 6298701101, 21361359585233, -2489518886621, -108166545951373, 1324340625653241, 1117741969306140211, -912462507809610961, -6777866017304661816769, 790465529030548467781
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158994.

Programs

  • Mathematica
    Table[Numerator[BernoulliB[n, 3/10]], {n, 0, 50}] (* Vincenzo Librandi, Mar 17 2014 *)

A159015 Numerator of Bernoulli(n, -7/10).

Original entry on oeis.org

1, -6, 407, -357, 41483, -30583, 21019289, -1997177, 200758163, -141000363, 125429769517, -4618718797, 86138583685913, -1694601277343, -67473161580433, 636736947594783, 1156482071227275091, -457643653454013523, -6761158493790100610029, 395155414869373487563
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158994.

Programs

  • Mathematica
    Table[Numerator[BernoulliB[n, -7/10]], {n, 0, 50}] (* Vincenzo Librandi, Mar 17 2014 *)

A159029 Numerator of Bernoulli(n, -9/10).

Original entry on oeis.org

1, -7, 563, -1197, 86723, -164787, 74801381, -18522777, 1139843843, -1951123167, 1298700326833, -187876029957, 972149024030033, -19896949323147, 1350728831401523, -897215933098737, -1246115140314506189, -721449189755468727, 18942287537297864987519
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158994.

Programs

  • Mathematica
    Table[Numerator[BernoulliB[n, -9/10]], {n, 0, 50}] (* Vincenzo Librandi, Mar 17 2014 *)
Showing 1-5 of 5 results.