Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A055134
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A055134 Triangle read by rows: T(n,k) = number of labeled endofunctions on n points with k fixed points. +0
3
1, 0, 1, 1, 2, 1, 8, 12, 6, 1, 81, 108, 54, 12, 1, 1024, 1280, 640, 160, 20, 1, 15625, 18750, 9375, 2500, 375, 30, 1, 279936, 326592, 163296, 45360, 7560, 756, 42, 1, 5764801, 6588344, 3294172, 941192, 168070, 19208, 1372, 56, 1, 134217728 (list; table; graph; listen)
OFFSET

0,5

COMMENT

The same triangle (except for signs) may be obtained from the determinants of the Brahmagupta matrices, setting x->Sqrt[z], y->1, t->n. - Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 09 2008

REFERENCES

Weisstein, Eric W. "Brahmagupta Matrix." http://mathworld.wolfram.com/BrahmaguptaMatrix.html

FORMULA

T(n, k) = C(n, k)*(n-1)^(n-k).

E.g.f.: (-LambertW(-y)/y)^(x-1)/(1+LambertW(-y)) (from Vladeta Jovovic (vladeta(AT)Eunet.yu))

EXAMPLE

1; 0,1; 1,2,1; 8,12,6,1; 81,108,54,12,1; ...

MATHEMATICA

Clear[B] B[0] = {{x, y}, {t*y, x}}; B[n_] := B[n] = B[n - 1].B[0]; Table[Det[B[n]] /. x -> Sqrt[z] /. y -> 1 /. t -> n, {n, 0, 10}]; a = Join[{{1}}, Table[CoefficientList[Det[B[n]] /. x -> Sqrt[z] /. y ->1 /. t -> n, z], {n, 0, 10}]]; Flatten[a] - Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 09 2008

CROSSREFS

Cf. A055135, A055136. Column 0 given in A007778.

Sequence in context: A011019 A007026 A118708 this_sequence A137370 A102735 A088960

Adjacent sequences: A055131 A055132 A055133 this_sequence A055135 A055136 A055137

KEYWORD

nonn,tabl

AUTHOR

Christian G. Bower (bowerc(AT)usa.net), Apr 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 August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research