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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A163826 G.f.: Sum_{n>=1} n*2^(n^2) * x^n/(1 - 2^n*x)^(n+1). 0
2, 40, 1944, 314432, 189747360, 445551600000, 4129013201798016, 151656774720556632064, 22103008531040898656506368, 12788356812264101562500000000000 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

a(n) = n*2^n*(2^n + 1)^(n-1).

More generally, we have the identity:

Sum_{n>=1} n*q^(n^2)*x^n/(1-q^n*xy)^(n+1) = Sum_{n>=1} n*q^n*(q^n+y)^(n-1)*x^n.

EXAMPLE

G.f.: 2*x + 40*x^2 + 1944*x^3 + 314432*x^4 + 189747360*x^5 +...

PROG

(PARI) a(n)=n*2^n*(2^n+1)^(n-1)

(PARI) {a(n)=polcoeff(sum(m=1, n, m*2^(m^2)*x^m/(1-2^m*x+O(x^(n-m)))^(m+1), n)}

CROSSREFS

Sequence in context: A012241 A099707 A198248 * A000816 A000819 A060079

Adjacent sequences:  A163823 A163824 A163825 * A163827 A163828 A163829

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 04 2009

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 16 11:24 EST 2012. Contains 205907 sequences.