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!)
A265945 n-th derivative of x^(2*x) at x=1. 1
1, 2, 6, 18, 64, 220, 888, 3192, 15104, 48096, 338400, 285120, 13728768, -75484032, 1327431168, -15621137280, 232048220160, -3468200017920, 56208508250112, -959557688285184, 17344153658234880, -330228975428997120, 6611419866845122560, -138844103855232061440 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: (x+1)^(2*x+2).
From Robert Israel, Dec 23 2015: (Start)
a(n) = Sum_{k=0..n} binomial(n,j)*A005727(j)*A005727(n-j).
a(n+1) = 2*(a(n) + Sum_{k=0..n-1} (-1)^(n-1-k)*n!*a(k)/((n-k)*k!). (End)
MAPLE
S:= series((x+1)^(2*x+2), x, 51):
seq(coeff(S, x, j)*j!, j=0..50); # Robert Israel, Dec 23 2015
MATHEMATICA
With[{nn=30}, CoefficientList[Series[(x+1)^(2x+2), {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, May 20 2018 *)
CROSSREFS
Cf. A005727.
Sequence in context: A150069 A150070 A150071 * A007454 A305578 A150072
KEYWORD
sign
AUTHOR
Ben Paul Thurston, Dec 23 2015
EXTENSIONS
More terms from Alois P. Heinz, Dec 23 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 May 20 19:00 EDT 2024. Contains 372720 sequences. (Running on oeis4.)