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!)
A254927 Coefficient of x^n in Product_{k=0..n} (1+k*x)^k. 1
1, 8, 238, 15715, 1822678, 327061056, 83839010860, 29063729300694, 13090011332041111, 7428850394493811712, 5185703819680371737432, 4366227375438927437584444, 4363140133466727238167744916, 5104897162398639619205564019232, 6912594322573705179830176812524216 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) ~ exp(n+3/8) * n^(2*n-1/2) / (sqrt(2*Pi) * 3^n).
MATHEMATICA
Table[Coefficient[Expand[Product[(1+k*x)^k, {k, 0, n}]], x^n], {n, 1, 20}] (* or *)
p=1; Table[p=Expand[p*(1+n*x)^n]; Coefficient[p, x^n], {n, 1, 20}] (* faster *)
CROSSREFS
Sequence in context: A145418 A240431 A222688 * A221466 A334712 A067360
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Feb 10 2015
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.)