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!)
A371319 E.g.f. satisfies A(x) = exp(x) + x^2*A(x)^2. 1
1, 1, 3, 13, 97, 881, 10561, 147505, 2453025, 46234081, 988356961, 23439248801, 613770379729, 17541180307249, 544252239627825, 18203134190836561, 653255126565875521, 25031281492493722817, 1020214630056827123137, 44067538801695759773761 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: 2*exp(x)/(1 + sqrt(1 - 4*x^2*exp(x))).
a(n) = n! * Sum_{k=0..floor(n/2)} (k+1)^(n-2*k-1) * binomial(2*k,k)/(n-2*k)!.
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(2*exp(x)/(1+sqrt(1-4*x^2*exp(x)))))
(PARI) a(n) = n!*sum(k=0, n\2, (k+1)^(n-2*k-1)*binomial(2*k, k)/(n-2*k)!);
CROSSREFS
Sequence in context: A129375 A293528 A228160 * A085023 A144276 A083770
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 18 2024
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 September 17 05:28 EDT 2024. Contains 375985 sequences. (Running on oeis4.)