A254049 Odd bisection of A048673: a(n) = A048673(2*n-1).
1, 3, 4, 6, 13, 7, 9, 18, 10, 12, 28, 15, 25, 63, 16, 19, 33, 39, 21, 43, 22, 24, 88, 27, 61, 48, 30, 46, 58, 31, 34, 138, 60, 36, 73, 37, 40, 123, 72, 42, 313, 45, 67, 78, 49, 94, 93, 81, 51, 163, 52, 54, 193, 55, 57, 103, 64, 102, 213, 105, 85, 108, 172, 66, 118, 69, 127, 438, 70, 75, 133, 111, 109, 303
Offset: 1
Keywords
Examples
For n = 8, the eighth odd number is 2*8 - 1 = 15 = 3*5 = prime(2) * prime(3). By adding one to both prime indices, we get prime(3) * prime(4) = 5*7 = 35, and (35+1)/2 = 18, thus a(8) = 18. Here prime(n) = A000040(n).
Comments