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!)
A206151 G.f.: exp( Sum_{n>=1} A206152(n)*x^n/n ), where A206152(n) = Sum_{k=0..n} binomial(n,k)^(n+k). 5
1, 2, 7, 120, 16257, 22426576, 181974299842, 15238138790731690, 8413234043413844801094, 36597622942948070873495055416, 1557743574279376981523155294991683637, 377269728353963189455845962558983304322979834 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Logarithmic derivative yields A206152.
LINKS
EXAMPLE
G.f.: A(x) = 1 + 2*x + 7*x^2 + 120*x^3 + 16257*x^4 + 22426576*x^5 +...
where the logarithm of the g.f. begins:
log(A(x)) = 2*x + 10*x^2/2 + 326*x^3/3 + 64066*x^4/4 + 111968752*x^5/5 +...+ A206152(n)*x^n/n +...
PROG
(PARI) {a(n)=polcoeff(exp(sum(m=1, n+1, x^m/m*sum(k=0, m, binomial(m, k)^(m+k))+x*O(x^n))), n)}
for(n=0, 16, print1(a(n), ", "))
CROSSREFS
Cf. A206152 (log), A184730.
Sequence in context: A034902 A101429 A270749 * A070521 A292433 A338181
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 04 2012
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 25 11:24 EDT 2024. Contains 371967 sequences. (Running on oeis4.)