|
| |
|
|
A072193
|
|
Concatenate continued fraction expansions of the rational numbers 1/2, 1/3, 2/3, 1/4, 2/4, 3/4, 1/5, 2/5, ...
|
|
0
| |
|
|
2, 3, 1, 2, 4, 2, 1, 3, 5, 2, 2, 1, 1, 2, 1, 4, 6, 3, 2, 1, 2, 1, 5, 7, 3, 2, 2, 3, 1, 1, 3, 1, 2, 2, 1, 6, 8, 4, 2, 1, 2, 2, 1, 1, 1, 2, 1, 3, 1, 7, 9, 4, 2, 3, 2, 4, 1, 1, 4, 1, 2, 1, 3, 2, 1, 8, 10, 5, 3, 3, 2, 2, 2, 1, 1, 2, 1, 2, 3, 1, 4, 1, 9, 11, 5, 2, 3, 1, 2, 2, 1, 3, 2, 5, 1, 1, 5, 1, 1, 1, 3, 1, 2
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,1
|
|
|
REFERENCES
| K. Dajani and C. Kraaikamp, Ergodic Theory of Numbers, Math. Assoc. America, 2002, p. 72.
|
|
|
PROG
| (PARI) {m=11; for(i=2, m, for(j=1, i-1, c=contfrac(j/i); for(k=2, matsize(c)[2], print1(c[k], ", "))))}
|
|
|
CROSSREFS
| Sequence in context: A100833 A097293 A026793 * A097966 A177993 A071503
Adjacent sequences: A072190 A072191 A072192 * A072194 A072195 A072196
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), Nov 10 2002
|
|
|
EXTENSIONS
| Extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de) and Vladeta Jovovic (vladeta(AT)eunet.rs), Nov 13 2002
|
| |
|
|