OFFSET
3,1
COMMENTS
REFERENCES
P. Dienes, The Taylor Series, Dover 1957, p. 8, eq.(1).
LINKS
Wolfdieter Lang, Array of ratios and more.
FORMULA
EXAMPLE
Triangle begins:
[2],
[3],
[4, 3, 2],
[5],
[6, 5, 4, 3, 2],
[7, 5, 3],
[8, 7, 5, 4, 2],
[9, 7, 3],
...
The corresponding rationals are:
[1/2],
[1/3],
[1/4, 2/3, 3/2],
[1/5],
[1/6, 2/5, 3/4, 4/3, 5/2],
[1/7, 3/5, 5/3],
[1/8, 2/7, 4/5, 5/4, 7/2],
[1/9, 3/7, 7/3],
...
CROSSREFS
KEYWORD
nonn,easy,frac,tabf
AUTHOR
Wolfdieter Lang, Aug 23 2005
STATUS
approved