|
Search: id:A056042
|
|
|
| A056042 |
|
a(n)=n!/(k!)^2, where k is the largest number such that k! divides n!. |
|
+0 3
|
|
| 1, 2, 6, 6, 30, 20, 140, 70, 630, 7, 77, 924, 12012, 3432, 51480, 12870, 218790, 48620, 923780, 184756, 3879876, 705432, 16224936, 2704156, 67603900, 10400600, 280816200, 178296, 5170584, 155117520, 4808643120, 601080390, 19835652870
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Least integer of the form n!/{(n-k)!}^2.
Similar to but different from A001405.
|
|
EXAMPLE
|
E.g. for n=9, 10, 11, 12, a(n)=630, 7, 77, 924 while the corresponding central binomial coefficients are 126, 252, 462, 924 respectively.
|
|
MATHEMATICA
|
f[n_] := Min[ Select[ Table[ n!/(n - k)!^2, {k, n}], IntegerQ[ # ] &]]; Table[ f[n], {n, 33}] (Robert G. Wilson v)
|
|
CROSSREFS
|
Cf. A000142, A001405, A000188, A055772, A056040.
Cf. A096123, A096125.
Sequence in context: A163641 A070889 A072744 this_sequence A056040 A099566 A147299
Adjacent sequences: A056039 A056040 A056041 this_sequence A056043 A056044 A056045
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Jul 25 2000
|
|
|
Search completed in 0.002 seconds
|