A061764 Positive integers k such that k! is divisible by (k+1)^12.
59, 71, 79, 83, 89, 95, 104, 107, 111, 119, 125, 127, 131, 134, 139, 143, 149, 153, 159, 161, 164, 167, 174, 175, 179, 181, 188, 191, 194, 195, 197, 199, 207, 209, 215, 219, 220, 223, 224, 230, 233, 237, 239, 242, 244, 246, 249
Offset: 1
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Select[Range[250], IntegerQ[ #!/(# + 1)^12] &]