login
A048613
Number of terms (excluding the first) of A002211 for which the geometric mean produces progressively better approximations to Khinchin's constant (itself).
3
1, 2, 3, 15, 23, 26, 81, 104, 109, 111, 120, 127, 135, 136, 141, 142, 144, 145, 146, 147, 148, 5920, 5943, 8381, 8401, 89953, 91368, 267848, 353014
OFFSET
1,2
COMMENTS
a(30) > 969679. - Hans Havermann, Jul 14 2024
LINKS
MATHEMATICA
cf=Rest[ContinuedFraction[Khinchin, 200]]; r=2; p=N[1, 50]; Do[p=p*cf[[i]]; m=Abs[p^(1/i)-Khinchin]; If[m<r, Print[i]; r=m], {i, Length[cf]}] (* Hans Havermann, Jul 16 2024 *)
CROSSREFS
Sequence in context: A347668 A325236 A037175 * A162890 A030072 A064219
KEYWORD
nice,nonn,more
EXTENSIONS
a(28)-a(29) from Hans Havermann, Jul 14 2024
STATUS
approved