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!)
A060067 Largest power of n which divides n!. 1
1, 2, 3, 4, 5, 36, 7, 64, 81, 100, 11, 248832, 13, 196, 3375, 4096, 17, 104976, 19, 160000, 9261, 484, 23, 4586471424, 15625, 676, 531441, 614656, 29, 21870000000, 31, 1073741824, 35937, 1156, 52521875, 2821109907456, 37, 1444, 59319 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n^A011776(n) = A000142(n)/A060068(n).
EXAMPLE
a(12) = 12^5 = 248832 since 12! = 479001600 = 2^10*3^5*5^2*7*11 and 12 = 2^2*3.
MATHEMATICA
Join[{1}, Table[n^IntegerExponent[n!, n], {n, 2, 40}]] (* Harvey P. Dale, May 06 2018 *)
PROG
(PARI) a(n) = if (n==1, 1, n^valuation(n!, n)); \\ Michel Marcus, Mar 23 2020
CROSSREFS
Sequence in context: A306329 A274029 A056925 * A043310 A171578 A044907
KEYWORD
nonn
AUTHOR
Henry Bottomley, Feb 19 2001
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 24 03:00 EDT 2024. Contains 371917 sequences. (Running on oeis4.)