|
Search: id:A034001
|
|
|
| A034001 |
|
One third of triple factorial numbers. |
|
+0 11
|
|
| 1, 6, 54, 648, 9720, 174960, 3674160, 88179840, 2380855680, 71425670400, 2357047123200, 84853696435200, 3309294160972800, 138990354760857600, 6254565964238592000, 300219166283452416000, 15311177480456073216000
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
LINKS
|
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 495
N. J. A. Sloane and Thomas Wieder, The Number of Hierarchical Orderings, Order 21 (2004), 83-89.
|
|
FORMULA
|
3*a(n) = (3*n)!!! := product(3*j, j=1..n) = 3^n*n!; E.g.f. (-1+1/(1-3*x))/3.
E.g.f. : 1/(1-3x)^2 - Paul Barry (pbarry(AT)wit.ie), Sep 14 2004
|
|
MAPLE
|
with(combstruct); SeqSeqSeqL := [T, {T=Sequence(S), S=Sequence(U, card >= 1), U=Sequence(Z, card > =1)}, labeled]; seq(count(SeqSeqSeqL, size=j), j=1..12);
with(combstruct): SeqSeqSeqL := [T, {T=Sequence(S), S=Sequence(U, card >= 1), U=Sequence(Z, card >=1)}, labeled]: seq(count(SeqSeqSeqL, size=j), j=1..17); ; # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 04 2009]
restart: G(x):=(1-3*x)^(n-3): f[0]:=G(x): for n from 1 to 29 do f[n]:=diff(f[n-1], x) od:x:=0:seq(f[n], n=0..16); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 04 2009]
|
|
CROSSREFS
|
Cf. A007559, A034000.
Sequence in context: A069726 A081132 A158831 this_sequence A084062 A137591 A072034
Adjacent sequences: A033998 A033999 A034000 this_sequence A034002 A034003 A034004
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Wolfdieter Lang (wolfdieter.lang(AT)physik.uni-karlsruhe.de)
|
|
|
Search completed in 0.002 seconds
|