|
Search: id:A157248
|
|
|
| A157248 |
|
'Greedy' sequence formed by summing unit fractions until the sum is 1, and repeating using up the 'left over' fractions. |
|
+0 1
|
|
| 1, 2, 3, 6, 4, 5, 7, 8, 9, 10, 15, 230, 57960, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 1544, 8242614, 92401258430373, 36895712779713620978746324067
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
subsequence of starting elements of each pass may be related to A002387 1,2,4,11,31,83,... (David W. Wilson)
|
|
LINKS
|
Jeremy Gardiner, Table of n, a(n) for n=1..94
|
|
EXAMPLE
|
1/2+1/3+1/6=1
|
|
PROGRAM
|
(Other) {r=1; u=[]; l=1; for(n=1, 99, while(setsearch(u, l), l++); m=ceil(1/r); while(setsearch(u, m), m++); print1(m", "); r-=1/m; r|r=1; u=setunion(u, Set(m)))} (Maximilian Hasler)
|
|
CROSSREFS
|
Sequence in context: A003573 A111804 A132368 this_sequence A085515 A082354 A130344
Adjacent sequences: A157245 A157246 A157247 this_sequence A157249 A157250 A157251
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Jeremy Gardiner (jeremy.gardiner(AT)btinternet.com), Feb 25 2009
|
|
|
Search completed in 0.002 seconds
|