A157866 Numerator of Bernoulli(n, 1/5).
1, -3, 1, 6, -29, -74, 4537, 1946, -23789, -88434, 15034541, 6154786, -10417027559, -607884394, 13199705071, 80834386026, -34108052679853, -13923204233954, 51709981061257363, 3015393801263666, -1029159167703800359, -801997872697905114, 629565265428734672873
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..250
Crossrefs
Programs
-
Mathematica
Table[Numerator[BernoulliB[n, 1/5]], {n, 0, 50}] (* Vincenzo Librandi, Mar 16 2014 *)
-
PARI
a(n)=numerator(subst(bernpol(n, x), x, 1/5)); \\ Michel Marcus, Jul 06 2017
Comments