A058927 Numerators of series related to triangular cacti.
1, 1, 5, 49, 243, 14641, 371293, 253125, 410338673, 16983563041, 1400846643, 41426511213649, 95367431640625, 617673396283947, 10260628712958602189, 756943935220796320321, 7474615974418932603, 827909024473876953125, 456487940826035155404146917, 510798409623548623605717
Offset: 0
References
- F. Bergeron, G. Labelle and P. Leroux, Combinatorial Species and Tree-Like Structures, Camb. 1998, p. 307.
Links
- Andrew Howroyd, Table of n, a(n) for n = 0..200
Programs
-
PARI
a(n)={numerator((2*n+1)^(n-1)/(2^n*n!))} \\ Andrew Howroyd, Aug 30 2018
Formula
G.f.: A(x) satisfies A(x)=exp(x*A(x)^2). - Vladimir Kruchinin, Feb 09 2013
a(n) = numerator(A034940(n)/(2*n+1)!) = numerator((2*n+1)^(n-1)/(2^n*n!)). - Andrew Howroyd, Aug 30 2018
Extensions
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Sep 25 2010
Terms a(12) and beyond from Andrew Howroyd, Aug 30 2018
Comments