login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A123280 Number of permutations of n distinct letters (ABCD...) each of which appears 4 times and having two fixed points. 0
0, 16, 4536, 8607744, 42506546320, 456702275019600, 9418598754396188616, 340409678708013417037696, 20126978659582117984569511584, 1844705433432528416880778883815440 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

EXAMPLE

1

0, 0, "0", 0, 1

1, 0, "16", 0, 36, 0, 16, 0, 1

346, 1824, "4536", 7136, 7947, 6336, 3936, 1728, 684, 128, 48, 0, 1

748521, 3662976, "8607744", 12880512, 13731616, 11042688, 6928704, 3458432, 1395126, 453888, 122016, 25344, 4824, 512, 96, 0, 1

etc...

MAPLE

p := (x, k)->k!^2*sum(x^j/((k-j)!^2*j!), j=0..k); R := (x, n, k)->p(x, k)^n; f := (t, n, k)->sum(coeff(R(x, n, k), x, j)*(t-1)^j*(n*k-j)!, j=0..n*k); for n from 0 to 5 do seq(coeff(f(t, n, 4), t, m)/4!^n, m=0..4*n); od;

CROSSREFS

Cf. A059060.

Sequence in context: A176369 A090045 A201241 * A181028 A159403 A017008

Adjacent sequences:  A123277 A123278 A123279 * A123281 A123282 A123283

KEYWORD

nonn

AUTHOR

Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Nov 07 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 06:50 EST 2012. Contains 205694 sequences.