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!)
A371298 E.g.f. satisfies A(x) = 2/(3 - exp(2*x*A(x)^2)). 0
1, 1, 8, 124, 2928, 93496, 3773536, 184354752, 10580324096, 697840047616, 52018550966784, 4324989984168448, 396842631019350016, 39833949803142014976, 4342129457277000261632, 510808184298890239393792, 64504327889586673547673600, 8703038855093947990994452480 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(2*n+1)!) * Sum_{k=0..n} 2^(n-k) * (2*n+k)! * Stirling2(n,k).
PROG
(PARI) a(n) = sum(k=0, n, 2^(n-k)*(2*n+k)!*stirling(n, k, 2))/(2*n+1)!;
CROSSREFS
Cf. A371296.
Sequence in context: A367122 A069459 A254125 * A024282 A340888 A231638
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 May 18 03:43 EDT 2024. Contains 372618 sequences. (Running on oeis4.)