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!)
A074199 n!/(1!*2!*3!*...*k!) where k is the largest integer such that 1!*2!*3!*...*k! divides n!. 3
1, 1, 3, 2, 10, 60, 420, 140, 1260, 105, 1155, 13860, 180180, 2522520, 37837800, 840840, 14294280, 51051, 969969, 19399380, 407386980, 8962513560, 206137811880, 4947307485120, 123682687128000, 79755701025, 2153403927675 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
PROG
(PARI) a(n)=n!/prod(i=1, if(n<0, 0, s=1; while(n!%prod(i=1, s, i!)==0, s++); s-1), i!)
CROSSREFS
Cf. A074198. Similar to but different from A088302.
Sequence in context: A335719 A096073 A088302 * A153187 A248242 A215598
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Sep 17 2002
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 March 28 14:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)