login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136632 a(n) = Sum_{k=0..n} A136630(n,k) * 2^(nk). 6
1, 2, 16, 520, 66560, 33882144, 69055086592, 564152735105152, 18462508115518554112, 2418626436468567646929408, 1267795674038260517176495570944, 2658560573512321601282555747644737536 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

Contribution from Paul D. Hanna (pauldhanna(AT)juno.com), Nov 25 2009: (Start)

E.g.f.: Sum_{n>=0} sinh(2^n*x)^n/n!.

a(n) = [x^n/n! ] exp(2^n*sinh(x)).

(End)

EXAMPLE

Contribution from Paul D. Hanna (pauldhanna(AT)juno.com), Nov 25 2009: (Start)

E.g.f.: A(x) = 1 + 2*x + 16*x^2/2! + 520*x^3/3! + 66560*x^4/4! +...

A(x) = 1 + sinh(2*x) + sinh(4*x)^2/2! + sinh(8*x)^3/3! + sinh(16*x)^4/4! +...+ sinh(2^n*x)^n/n! +...

a(n) = coefficient of x^n/n! in G(x)^(2^n) where G(x) = exp(sinh(x)):

G(x) = 1 + x + x^2/2! + 2*x^3/3! + 5*x^4/4! + 12*x^5/5! + 37*x^6/6! +...+ A003724(n)*x^n/n! +... (End)

PROG

(PARI) {a(n)=sum(k=0, n, 2^(n*k)*polcoeff(x^k/prod(j=0, k\2, 1-(2*j+k-2*(k\2))^2*x^2 +x*O(x^n)), n))}

Contribution from Paul D. Hanna (pauldhanna(AT)juno.com), Nov 25 2009: (Start)

(PARI) {a(n)=n!*polcoeff(sum(k=0, n, sinh(2^k*x +x*O(x^n))^k/k!), n)}

(PARI) {a(n)=n!*polcoeff(exp(2^n*sinh(x +x*O(x^n))), n)} (End)

CROSSREFS

Cf. A136630, A003724 (row sums of A136630).

Cf. A003724 (exp(sinh x)). [From Paul D. Hanna (pauldhanna(AT)juno.com), Nov 25 2009]

Sequence in context: A063391 A002416 A013028 * A168405 A012919 A012914

Adjacent sequences:  A136629 A136630 A136631 * A136633 A136634 A136635

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jan 14 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 16:13 EST 2012. Contains 206050 sequences.