Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A091712
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A091712 a(n)=6(2n-4)!/((n-2)!n!), if n>2. a(0)=1,a(1)=a(2)=2. +0
2
1, 2, 2, 2, 3, 6, 14, 36, 99, 286, 858, 2652, 8398, 27132, 89148, 297160, 1002915, 3421710, 11785890, 40940460, 143291610, 504932340, 1790214660, 6382504440, 22870640910, 82334307276, 297670187844, 1080432533656, 3935861372604 (list; graph; listen)
OFFSET

0,2

FORMULA

G.f.: ((1+10x-2x^2)+(1-4x)^(3/2))/2. a(n)=6(2n-4)!/((n-2)!n!), if n>2. a(n)=a(n-1)(4n-10)/n, if n>3.

G.f. A(x) = (2c(x)-1)^3/c(x)^4 = (1-c(x)x)(1+c(x)x)^3, where c(x) = g.f. for Catalan numbers A000108.

PROGRAM

(PARI) a(n)=if(n<3, (n>=0)+(n>0), 6*(2*n-4)!/n!/(n-2)!)

(PARI) a(n)=if(n<0, 0, polcoeff(((1+10*x-2*x^2)+(1-4*x)*sqrt(1-4*x+x*O(x^n)))/2, n))

(PARI) a(n)=if(n<=0, n==0, polcoeff(subst((1-x)*(1+x)^3, x, serreverse(x-x^2+x*O(x^n))), n))

CROSSREFS

A007054(n)=a(n+2), if n>0.

Essentially the same as A007054.

Sequence in context: A096235 A147851 A143596 this_sequence A125721 A049798 A165198

Adjacent sequences: A091709 A091710 A091711 this_sequence A091713 A091714 A091715

KEYWORD

nonn

AUTHOR

Michael Somos, Jan 31 2004

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research