A234519 Natural numbers n sorted by decreasing values of number k(n) = sigma(n)^(1/n), where sigma(n) = A000203(n) = the sum of divisors of n.
2, 4, 3, 6, 5, 8, 7, 10, 9, 12, 14, 11, 16, 15, 18, 13, 20, 24, 17, 21, 22, 19, 28, 26, 30, 23, 25, 27, 32, 36, 34, 33, 29, 40, 31, 35, 42, 38, 39, 44, 48, 37, 45, 46, 41, 50, 54, 52, 43, 56, 60, 51, 49, 47, 55, 58, 57, 64, 66, 53, 63, 62, 72, 68, 70, 59, 65
Offset: 1
Keywords
Links
- Jaroslav Krizek, Table of n, a(n) for n = 1..1000
Programs
-
PARI
a(n)=vecsort(vector(2*n, i, sigma(i)^(1/i)), ,5)[n] \\ Michel Marcus and Ralf Stephan, Jan 14 2014
Comments