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!)
A355768 E.g.f. satisfies A(x)^(A(x)^2) = 1 + x*A(x). 1
1, 1, -2, 6, -28, 260, -3948, 71120, -1392368, 29971008, -724981920, 19800726528, -603571233120, 20210951379840, -734663902256256, 28785160833254400, -1210241780559067392, 54390280325210271744, -2602745536670709682176, 132118736078618372579328 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (n-2*k+1)^(k-1) * Stirling1(n,k).
PROG
(PARI) a(n) = sum(k=0, n, (n-2*k+1)^(k-1)*stirling(n, k, 1));
CROSSREFS
Sequence in context: A002047 A126340 A370423 * A277480 A108800 A325507
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jul 16 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 26 18:14 EDT 2024. Contains 372004 sequences. (Running on oeis4.)