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!)
A283921 Numerators of poly-Bernoulli numbers B_n^(k) with k=5. 2
1, 1, -179, 515, -216383, -183781, 4644828197, 153375307, -371224706507, 959290541, 575134377343021, -14855426650259, -29106619674489691525729, 225456132288901603, 263567702701300558681, -355061945309358701, -1432477558547377054456843733 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
B_0^(5) = 1, B_1^(5) = 1/32, B_2^(5) = -179/7776, B_3^(5) = 515/41472, ...
MATHEMATICA
B[n_]:= Sum[((-1)^(m + n)) * m! * StirlingS2[n, m] * (m + 1)^(-5), {m, 0, n}]; Table[Numerator[B[n]], {n, 0, 16}] (* Indranil Ghosh, Mar 18 2017 *)
PROG
(PARI) B(n) = sum(m=0, n, ((-1)^(m + n)) * m! * stirling(n, m, 2) * (m + 1)^(-5));
for(n=0, 16, print1(numerator(B(n)), ", ")) \\ Indranil Ghosh, Mar 18 2017
CROSSREFS
Cf. A283922.
Sequence in context: A162163 A062651 A142611 * A120821 A255096 A253627
KEYWORD
sign,frac
AUTHOR
Seiichi Manyama, Mar 18 2017
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)