A061756 Positive integers k such that k! is divisible by (k+1)^8.
39, 44, 47, 55, 59, 62, 63, 69, 71, 74, 79, 80, 83, 89, 95, 98, 99, 104, 107, 109, 111, 116, 119, 124, 125, 127, 129, 131, 134, 139, 142, 143, 146, 149, 152, 153, 155, 159, 161, 164, 167, 169, 170, 174, 175, 179, 181, 186, 188, 189, 191, 194, 195, 197, 199
Offset: 1
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Select[Range[200], IntegerQ[ #!/(# + 1)^8] &]