[go: up one dir, main page]

login
A065370
The next smallest pair of numbers is taken so that a(2n-1)/a(2n) converges to e = exp(1).
0
1, 1, 2, 1, 3, 1, 5, 2, 8, 3, 11, 4, 19, 7, 49, 18, 68, 25, 87, 32, 106, 39, 193, 71, 685, 252, 878, 323, 1071, 394, 1264, 465, 1457, 536, 2721, 1001, 12341, 4540, 15062, 5541, 17783, 6542, 20504, 7543, 23225, 8544, 25946, 9545, 49171, 18089, 271801, 99990
OFFSET
1,3
COMMENTS
"Next smallest" means that a(2n-1)+a(2n) is the smallest value that is greater than the previous pair.
EXAMPLE
abs(1/1-e) > abs(2/1-e) > abs(3/1-e) > abs(5/2-e) > abs(8/3-e) > abs(11/4-e) ... 0
CROSSREFS
Sequence in context: A262364 A266768 A154279 * A147783 A371783 A214340
KEYWORD
nonn
AUTHOR
Bodo Zinser, Nov 22 2001
EXTENSIONS
More terms from Sean A. Irvine, Aug 30 2023
STATUS
approved