A248868 Exponents n that make k! < k^n < (k+1)! hold true for some integer k > 1, in increasing order by k, then n (if applicable).
2, 2, 3, 3, 4, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 17, 18, 19, 19, 20, 21, 22, 22, 23, 24, 25, 26, 26, 27, 28, 29, 30, 30, 31, 32, 33, 34, 34, 35, 36, 37, 38, 38, 39, 40, 41, 42, 43, 43, 44, 45, 46, 47, 47, 48, 49, 50, 51, 51, 52, 53, 54
Offset: 1
Keywords
Examples
2! < 2^2 < 3! < 3^2 < 4! < 4^3 < 5! < 5^3 < 5^4 < 6! < 6^4 < 7! < 7^5 < 8! and so on; this sequence consists of the exponents.
Links
- Danny Rorabaugh, Table of n, a(n) for n = 1..10000
Programs
-
Sage
[x for sublist in [[k for k in [0..ceil(log(factorial(n+1),base=n))] if (factorial(n)
Tom Edgar, Mar 04 2015
Extensions
More terms from Tom Edgar, Mar 04 2015
Comments