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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066387 Triangle T(n,m) (1<=m<=n) giving number of maps f:N -> N such that f^m(X)=X+n for all natural numbers X. 1
1, 1, 2, 1, 0, 6, 1, 12, 0, 24, 1, 0, 0, 0, 120, 1, 120, 360, 0, 0, 720, 1, 0, 0, 0, 0, 0, 5040, 1, 1680, 0, 20160, 0, 0, 0, 40320, 1, 0, 60480, 0, 0, 0, 0, 0, 362880, 1, 30240, 0, 0, 1814400, 0, 0, 0, 0, 3628800, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39916800 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,3

REFERENCES

A. Heinis, R. Jeurissen and L. Kamstra, Problem 18 and solution, Nieuw Arch. Wisk. 5/2 (2001) 380.

LINKS

Vincenzo Librandi, Rows n = 1..100, flattened

FORMULA

T(n, m) = n!/(n/m)! if m|n, T(n, m) = 0 otherwise.

MATHEMATICA

t[n_, m_] /; Divisible[n, m] := n!/(n/m)!; t[_, _] = 0; Flatten[Table[t[n, m], {n, 1, 11}, {m, 1, n}]](* From Jean-François Alcover, Nov 29 2011 *)

CROSSREFS

Sequence in context: A119275 A129462 A122930 * A180663 A011312 A147720

Adjacent sequences:  A066384 A066385 A066386 * A066388 A066389 A066390

KEYWORD

easy,nonn,tabl,nice

AUTHOR

Floor van Lamoen (fvlamoen(AT)hotmail.com), Dec 23 2001

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 14 23:53 EST 2012. Contains 205689 sequences.