%I #16 Jun 22 2026 19:49:24
%S 1,3,10,13,62,75,437,949,1386,9265,10651,83822,94473,272768,912777,
%T 1185545,10397137,11582682,114641275,240865232,355506507,1662891260,
%U 2018397767,21846868930,23865266697,93442669021,210750604739,304193273760,3556876616099,3861069889859
%N Denominators of the convergents given by treating A241773 as continued fraction coefficients after the leading 0.
%C Limit_{n->oo} a(n)^(1/n) seems to approach a value between Pi and Lévy's constant (A086702). - Corrected by _Jwalin Bhatt_, Jun 18 2026
%H Jwalin Bhatt, <a href="/A391510/b391510.txt">Table of n, a(n) for n = 1..2000</a>
%o (Python) # Using sample_gauss_kuzmin_distribution function from A241773.
%o from sympy import continued_fraction_convergents
%o coeffs = [0] + sample_gauss_kuzmin_distribution(100)
%o convergent_generator = continued_fraction_convergents(coeffs)
%o next(convergent_generator)
%o A391510 = [frac.denominator for frac in convergent_generator]
%Y Cf. A086702, A241773, A390652, A391509 (numerators).
%K nonn,frac,changed
%O 1,2
%A _Jwalin Bhatt_, Dec 11 2025