|
| |
|
|
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
(list; graph; refs; listen; history; internal format)
|
|
|
|
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: A104725 A011129 A154279 * A147783 A102614 A078657
Adjacent sequences: A065367 A065368 A065369 * A065371 A065372 A065373
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Bodo Zinser (BodoZinser(AT)Compuserve.com), Nov 22 2001
|
| |
|
|