|
Search: id:A011781
|
|
|
| A011781 |
|
Sextuple factorial numbers: product[ k=0..n-1 ] (6*k+3). |
|
+0 5
|
|
| 1, 3, 27, 405, 8505, 229635, 7577955, 295540245, 13299311025, 678264862275, 38661097149675, 2435649120429525, 168059789309637225, 12604484198222791875, 1020963220056046141875, 88823800144876014343125
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
Total number of Eulerian circuits in rooted labeled multigraphs with n edges. - Valery A. Liskovets (liskov(AT)im.bas-net.by), Apr 07 2002
|
|
REFERENCES
|
V. A. Liskovets, A note on the total number of Eulerian circuits in multigraphs. In press.
B.Lass, D'emonstration combinatoire de la formule de Harer-Zagier, C. R. Acad. Sci. Paris, Serie I, 333 (2001) No 3, 155-160.
|
|
LINKS
|
Valery Liskovets, A Note on the Total Number of Double Eulerian Circuits in Multigraphs , Journal of Integer Sequences, Vol. 5 (2002), Article 02.2.5
|
|
FORMULA
|
E.g.f. (1-6*x)^(-1/2).
a(n) = 3^n*(2*n-1)!!.
|
|
PROGRAM
|
(PARI) a(n)=if(n<0, 0, (3/2)^n*(2*n)!/n!)
|
|
CROSSREFS
|
Cf. A001147, A047657, A049308.
Cf. A069736.
Sequence in context: A078532 A067000 A138436 this_sequence A094577 A108525 A136719
Adjacent sequences: A011778 A011779 A011780 this_sequence A011782 A011783 A011784
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
killough(AT)wagner.convex.com (Lee D. Killough)
|
|
|
Search completed in 0.002 seconds
|