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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A118805 G.f.: 1 = Sum_{n>=0} a(n)*x^n*Prod_{k=1..n} (1-k*x)^2. 1
1, 2, 11, 106, 1506, 28736, 694719, 20452602, 712529978, 28746803264, 1320665162746, 68164569542628, 3909330000805268, 246855506805662816, 17030177827550184395, 1275139722566251183642, 103032621304705343054010 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

EXAMPLE

1 = 1*(1-x)^2 + 2*x*[(1-x)(1-2x)]^2 + 11*x^2*[(1-x)(1-2x)(1-3x)]^2 +...

+ a(n)*x^n*[(1-x)(1-2x)(1-3x)...(1-n*x)]^2 +...

PROG

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

CROSSREFS

Cf. A118804 (variant).

Sequence in context: A099713 A111535 A088690 * A198001 A207155 A053988

Adjacent sequences:  A118802 A118803 A118804 * A118806 A118807 A118808

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), May 02 2006

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 10:53 EST 2012. Contains 205904 sequences.