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!)
A052752 a(n) = (3*n+1)^(n-1). 7
1, 1, 7, 100, 2197, 65536, 2476099, 113379904, 6103515625, 377801998336, 26439622160671, 2064377754059776, 177917621779460413, 16777216000000000000, 1718264124282290785243, 189937030341242876870656, 22539340290692258087863249, 2857942574656970690381479936 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
J.-C. Novelli, J.-Y. Thibon, Hopf Algebras of m-permutations,(m+1)-ary trees, and m-parking functions, arXiv preprint arXiv:1403.5962 [math.CO], 2014.
FORMULA
E.g.f.: exp(-(1/3)*LambertW(-3*x)).
From Peter Bala, Dec 19 2013: (Start)
The e.g.f. A(x) = 1 + x + 7*x^2/2! + 100*x^3/3! + 2197*x^4/4! + ... satisfies:
1) A(x*exp(-3*x)) = exp(x) = 1/A(-x*exp(3*x));
2) A^3(x) = 1/x*series reversion(x*exp(-3*x));
3) A(x^3) = 1/x*series reversion(x*exp(-x^3));
4) A(x) = exp(x*A(x)^3);
5) A(x) = 1/A(-x*A(x)^6). (End)
E.g.f.: (-LambertW(-3*x)/(3*x))^(1/3). - Vaclav Kotesovec, Dec 07 2014
Related to A001711 by Sum_{n >= 1} a(n)*x^n/n! = series reversion( 1/(1 + x)^3*log(1 + x) ) = series reversion(x - 7*x^2/2! + 47*x^3/3! - 342*x^4/4! + ...). Cf. A000272, A052750. - Peter Bala, Jun 15 2016
MAPLE
spec := [S, {B=Prod(S, S, S, Z), S=Set(B)}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
MATHEMATICA
Table[(3n+1)^(n-1), {n, 0, 20}] (* Harvey P. Dale, Aug 14 2015 *)
With[{nmax = 50}, CoefficientList[Series[Exp[-LambertW[-3*x]/3], {x, 0, nmax}], x]*Range[0, nmax]!] (* G. C. Greubel, Nov 16 2017 *)
PROG
(PARI) for(n=0, 50, print1((3*n+1)^(n-1), ", ")) \\ G. C. Greubel, Nov 16 2017
(PARI) x='x+O('x^50); Vec(serlaplace(exp(-lambertw(-3*x)/3))) \\ G. C. Greubel, Nov 16 2017
(Magma) [(3*n+1)^(n-1): n in [0..50]]; // G. C. Greubel, Nov 16 2017
CROSSREFS
Sequence in context: A123616 A001594 A297151 * A357336 A182529 A322909
KEYWORD
nonn,easy
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
EXTENSIONS
Better description from Vladeta Jovovic, Sep 02 2003
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 29 13:54 EDT 2024. Contains 372114 sequences. (Running on oeis4.)