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!)
A168136 a(n) = Bernoulli(2n)*(2n+1)!/n!. 1
1, 1, -2, 20, -504, 25200, -2189088, 302702400, -62564261760, 18427508985600, -7449695786856960, 4010313259477324800, -2803674333549374208000, 2492728196309155284480000, -2768630339381333070099456000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Given by alternating sums of coefficients of polynomials spawned by sums of binomial(n,k)^2*k^(2m). - John M. Campbell, Nov 30 2011
LINKS
MATHEMATICA
Table[BernoulliB[2*n]*(2*n+1)!/n!, {n, 0, 20}]
PROG
(PARI) a(n)=bernfrac(2*n)*(2*n+1)!/n!
(Magma) [Bernoulli(2*n)*Factorial(2*n+1)/Factorial(n): n in [0..20]]; // Vincenzo Librandi, Jul 14 2016
CROSSREFS
Sequence in context: A279200 A277414 A296789 * A103353 A009344 A009699
KEYWORD
sign
AUTHOR
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)