Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A118805
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A118805 G.f.: 1 = Sum_{n>=0} a(n)*x^n*Prod_{k=1..n} (1-k*x)^2. +0
2
1, 2, 11, 106, 1506, 28736, 694719, 20452602, 712529978, 28746803264, 1320665162746, 68164569542628, 3909330000805268, 246855506805662816, 17030177827550184395, 1275139722566251183642, 103032621304705343054010 (list; graph; listen)
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 +...

PROGRAM

(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 this_sequence A053988 A141314 A099933

Adjacent sequences: A118802 A118803 A118804 this_sequence A118806 A118807 A118808

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research