Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A052657
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A052657 A simple regular expression in a labeled universe. +0
2
0, 0, 2, 6, 48, 240, 2160, 15120, 161280, 1451520, 18144000, 199584000, 2874009600, 37362124800, 610248038400, 9153720576000, 167382319104000, 2845499424768000, 57621363351552000, 1094805903679488000 (list; graph; listen)
OFFSET

0,3

COMMENT

Stirling transform of -(-1)^n*a(n-1)=[0,0,2,-6,48,-240,...] is A052841(n-1)=[0,0,2,6,38,270,...]. - Michael Somos Mar 04 2004

LINKS

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 604

FORMULA

Recurrence: {a(1)=0, a(0)=0, a(2)=2, (-4*n^2-5*n-n^3-2)*a(n)+(-2-n)*a(n+1)+a(n+2)*n}

(1/4*(-1)^(-n)+1/2*n-1/4)*n!

E.g.f.: x^2/((1-x)(1-x^2)).

MAPLE

spec := [S, {S=Prod(Z, Z, Sequence(Z), Sequence(Prod(Z, Z)))}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);

a:=n->sum((-1)^k * (n-k+1) * n!, k=2..n) : seq(a(n), n=0..19); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 18 2007

PROGRAM

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

CROSSREFS

Sequence in context: A098710 A052614 A052688 this_sequence A092143 A052593 A052586

Adjacent sequences: A052654 A052655 A052656 this_sequence A052658 A052659 A052660

KEYWORD

easy,nonn

AUTHOR

encyclopedia(AT)pommard.inria.fr, Jan 25 2000

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 23 10:40 EST 2009. Contains 167421 sequences.


AT&T Labs Research