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!)
A155206 G.f.: A(x) = exp( Sum_{n>=1} (3^n - 1)^n/2^(n-1) * x^n/n ), a power series in x with integer coefficients. 4
1, 2, 18, 1498, 1283090, 10377556482, 775351592888722, 532444511048570910746, 3349121447720205394546014978, 192371436319107536207473420480152034, 100642626897912335112447860229547933463000450 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
More generally, for m integer, exp( Sum_{n>=1} (m^n - 1)^n/(m-1)^(n-1) * x^n/n ) is a power series in x with integer coefficients.
Note that g.f. exp( Sum_{n>=1} (3^n - 1)^n/2^n * x^n/n ) has fractional coefficients as a power series in x.
LINKS
EXAMPLE
G.f.: A(x) = 1 + 2*x + 18*x^2 + 1498*x^3 + 1283090*x^4 + 10377556482*x^5 +...
log(A(x)) = 2*x + 8^2/2*x^2/2 + 26^3/2^2*x^3/3 + 80^4/2^3*x^4/4 + 242^5/2^4*x^5/5 +...
PROG
(PARI) {a(n)=polcoeff(exp(sum(m=1, n+1, (3^m-1)^m/2^(m-1)*x^m/m)+x*O(x^n)), n)}
CROSSREFS
Cf. A155203, A155204, A155205, A155812 (triangle), variant: A155210.
Sequence in context: A289949 A123558 A278170 * A334623 A260610 A333164
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 04 2009
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)