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

 


Prime factors of 17! listed with multiplicity.
0

%I #8 Jun 23 2022 19:28:57

%S 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,5,5,5,7,7,11,13,17

%N Prime factors of 17! listed with multiplicity.

%C 17! = 2^15*3^6*5^3*7^2*11*13*17

%t Table[#[[1]],#[[2]]]&/@FactorInteger[17!]//Flatten (* _Harvey P. Dale_, Jun 23 2022 *)

%K nonn,fini,full

%O 1,1

%A _Vincenzo Librandi_, Feb 16 2009

%E Edited by _Jon E. Schoenfield_, Jun 18 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 23 14:54 EDT 2024. Contains 376178 sequences. (Running on oeis4.)