A157809 Numerator of Bernoulli(n,3).
1, 5, 37, 15, 1079, 85, 8317, 455, 30959, 2313, 338585, 11275, 67124549, 53261, 688219, 245775, 267391423, 1114129, 1882776439, 4980755, 3460132789, 22020117, 6367811021, 96469015, 549385297589, 419430425, 5243044651, 1811939355, 3245794417411, 7784628253
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..250
Crossrefs
For denominators see A027642.
Programs
-
Maple
seq(numer(bernoulli(n,3)),n=0..50); # Robert Israel, Jul 03 2016
-
Mathematica
Table[Numerator[BernoulliB[n, 3]], {n, 0, 50}] (* Vincenzo Librandi, Mar 16 2014 *)
Comments