|
Search: id:A105216
|
|
|
| A105216 |
|
Maximum denominator among the n! ratios equal to the continued fractions which have the permutations of (1,2,3,...,n) for terms. |
|
+0 1
|
|
| 1, 2, 7, 31, 164, 1021, 7340, 59899, 547423, 5541311, 61560751, 744810564, 9749580487, 137299957892, 2069988277027, 33266800950301, 567742165061876, 10254686071781119, 195439907769223706, 3919618523321600065
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Calculated by Vladeta Jovovic and David W. Wilson.
|
|
LINKS
|
Leroy Quet, Home Page (listed in lieu of email address)
|
|
MAPLE
|
r:= proc(l) local j; infinity; for j to nops(l) do l[j] +1/% od end: gl:= proc(n) local i, l; l:=[]; for i from 2 to n do l:= `if` (irem (i, 2)=0, [l[], i], [i, l[]]) od; [l[], 1] end: a:= n-> denom (r (gl (n))): seq (a(n), n=1..25); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Nov 18 2009]
|
|
CROSSREFS
|
Cf. A105151.
Sequence in context: A125275 A007446 A002872 this_sequence A005977 A059037 A046907
Adjacent sequences: A105213 A105214 A105215 this_sequence A105217 A105218 A105219
|
|
KEYWORD
|
nonn,new
|
|
AUTHOR
|
Leroy Quet Apr 12 2005
|
|
EXTENSIONS
|
More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Nov 18 2009
|
|
|
Search completed in 0.002 seconds
|