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!)
A334315 E.g.f. A(x) satisfies: A(x) = x - Sum_{k>=2} p(k) * A(x)^k / k!, where p = A000041 (partition numbers). 1
1, -2, 9, -65, 653, -8432, 133188, -2488450, 53683569, -1313214351, 35916970957, -1086055854233, 35975402985863, -1295514629022924, 50391598721116365, -2105485003413499952, 94047072252968125326, -4472183077495496587696, 225565085807090517308839 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Exponential reversion of A000041 (partition numbers).
LINKS
MATHEMATICA
nmax = 19; CoefficientList[InverseSeries[Series[Sum[PartitionsP[k] x^k/k!, {k, 1, nmax}], {x, 0, nmax}], x], x] Range[0, nmax]! // Rest
CROSSREFS
Sequence in context: A352986 A099975 A292976 * A334263 A127056 A228696
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Apr 22 2020
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 7 05:42 EDT 2024. Contains 375729 sequences. (Running on oeis4.)