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!)
A348088 a(n) = [x^n] Product_{k=1..n} 1/(1 - (2*k-1)^2 * x). 1
1, 1, 91, 24970, 14057043, 13444400190, 19558289594910, 40250341173506100, 111335096965772406915, 398473840263173643939190, 1791905773077609090895008106, 9890754761467721759394797416396, 65747198205879568307026776928408110 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ c * d^n * n!^2 / n^(3/2), where d = 52.447924272991536496097233490380538810534457762204101802471270109895148... and c = 0.028365099209561232079163758339093959048662789595134609351298413762... - Vaclav Kotesovec, Oct 16 2021
MATHEMATICA
Table[SeriesCoefficient[Product[1/(1 - (2*k-1)^2*x), {k, 1, n}], {x, 0, n}], {n, 0, 20}] (* Vaclav Kotesovec, Oct 16 2021 *)
PROG
(PARI) a(n) = polcoef(1/prod(k=1, n, 1-(2*k-1)^2*x+x*O(x^n)), n);
CROSSREFS
Sequence in context: A319370 A116507 A083828 * A157802 A214110 A119130
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 28 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 April 26 12:36 EDT 2024. Contains 371997 sequences. (Running on oeis4.)