The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A348023 a(n) = [x^n] Product_{k=0..2*n-1} (x + (-1)^k * k). 2
1, -1, -5, 51, 1009, -17765, -636385, 15875083, 828730833, -26734633497, -1837389309405, 72689703927555, 6202163408816881, -290609121018808813, -29631450442239587305, 1604436906627413556075, 190333687041180914380065, -11692931012450127257939505, -1582217617564533519968758645 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A047991(2*n-1,n) for n>0.
PROG
(PARI) a(n) = polcoef(prod(k=0, 2*n-1, x+(-1)^k*k), n);
CROSSREFS
Sequence in context: A111340 A124559 A368838 * A172403 A022516 A003515
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 June 8 07:10 EDT 2024. Contains 373207 sequences. (Running on oeis4.)