Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A118804
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A118804 G.f.: 1 = Sum_{n>=0} a(n)*x^n/Prod_{k=1..n} (1-k*x)^2. +0
2
1, -2, 9, -66, 685, -9294, 156697, -3169910, 74998081, -2035262154, 62391632417, -2134187066010, 80641239109677, -3337651407273846, 150239268816661137, -7310140430519234862, 382439924662714479457, -21413128578896024921298, 1277905479699750127195097 (list; graph; listen)
OFFSET

0,2

EXAMPLE

1 = 1/(1-x)^2 - 2*x/[(1-x)(1-2x)]^2 + 9*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. A118805 (variant).

Sequence in context: A127056 A042255 A089471 this_sequence A020555 A091795 A120020

Adjacent sequences: A118801 A118802 A118803 this_sequence A118805 A118806 A118807

KEYWORD

sign

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