login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A056042 a(n) = n!/(k!)^2, where k is the largest number such that (k!)^2 divides n!. 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; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Least integer of the form n!/{(n-k)!}^2.
Similar to but different from A001405.
LINKS
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
Sequence in context: A216850 A070889 A072744 * A056040 A333073 A099566
KEYWORD
nonn
AUTHOR
Labos Elemer, Jul 25 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)