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!)
A348024 a(n) = [x^n] Product_{k=1..2*n} (x + (-1)^k * k). 2
1, 1, -13, -87, 2609, 34965, -1638841, -33411007, 2128380881, 58501278297, -4709853961605, -163166745402375, 15875893807564465, 664163782026582877, -75766955207796981345, -3716140360596415682175, 486265092408065178623265, 27363821966293458296896305, -4039473192629570940395992765 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A047991(2*n,n).
PROG
(PARI) a(n) = polcoef(prod(k=1, 2*n, x+(-1)^k*k), n);
CROSSREFS
Sequence in context: A322720 A082036 A037060 * A000836 A157771 A289137
KEYWORD
sign
AUTHOR
Seiichi Manyama, Sep 25 2021
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 August 9 16:21 EDT 2024. Contains 375044 sequences. (Running on oeis4.)