Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A131312
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A131312 Number of labeled 3-arch graphs on n nodes. +0
2
0, 0, 1, 1, 10, 380, 34405, 5919536, 1709074584, 764754595200 (list; graph; listen)
OFFSET

1,5

LINKS

Saverio Caminiti and Emanuele G. Fusco, On the Number of Labeled k-arch Graphs, Journal of Integer Sequences, Vol 10 (2007), Article 07.7.5

FORMULA

The number of labeled 3-arch graps with n>4 nodes is given by f(n,3,n-3-1,0,3) where f is the recursive function described by the pari-gp code attached below.

PROGRAM

(PARI) f(n, k, i, u, j)={ local(s=0); if (i==1, binomial(n-u, j)*binomial(u, k-j), for (c=0, min(k, n-(i-1)-(u+j)), s+=f(n, k, i-1, u+j, c) ); binomial(n-u, j)*binomial(u, k-j)*s ) }

CROSSREFS

Cf. A098721-A098724, A131311-A131315.

Sequence in context: A117797 A117312 A000591 this_sequence A055733 A024136 A013405

Adjacent sequences: A131309 A131310 A131311 this_sequence A131313 A131314 A131315

KEYWORD

nonn

AUTHOR

Saverio Caminiti and Emanuele G. Fusco (fusco(AT)di.uniroma1.it), Sep 18 2007

EXTENSIONS

Edited by njas, Oct 02 2007

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 July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research