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!)
A351508 a(n) = [x^n] Product_{k=1..n} 1/(1 - k*x)^n. 2
1, 1, 23, 1386, 162154, 31354800, 9078595483, 3682549444112, 1994756395887972, 1391788744738729470, 1216130179327397765925, 1301126343608005909401330, 1673298722590019165433540916, 2547164111922284803722749855516 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ exp(n + 5/3) * n^(2*n - 1/2) / (sqrt(Pi) * 2^(n + 1/2)). - Vaclav Kotesovec, Feb 18 2022
MATHEMATICA
Table[SeriesCoefficient[Product[1/(1 - k*x)^n, {k, 1, n}], {x, 0, n}], {n, 0, 20}] (* Vaclav Kotesovec, Feb 18 2022 *)
PROG
(PARI) a(n) = polcoef(1/prod(k=1, n, 1-k*x+x*O(x^n))^n, n);
CROSSREFS
Sequence in context: A049003 A268961 A196422 * A248703 A264903 A003281
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 12 2022
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 23 07:34 EDT 2024. Contains 371905 sequences. (Running on oeis4.)