A174502
Continued fraction expansion for exp( Sum_{n>=1} 1/(n*A086903(n)) ), where A086903(n) = (4+sqrt(15))^n + (4-sqrt(15))^n.
Original entry on oeis.org
1, 6, 1, 60, 1, 486, 1, 3840, 1, 30246, 1, 238140, 1, 1874886, 1, 14760960, 1, 116212806, 1, 914941500, 1, 7203319206, 1, 56711612160, 1, 446489578086, 1, 3515205012540, 1, 27675150522246, 1, 217885999165440, 1, 1715412842801286, 1
Offset: 0
Let L = Sum_{n>=1} 1/(n*A086903(n)) or, more explicitly,
L = 1/8 + 1/(2*62) + 1/(3*488) + 1/(4*3842) + 1/(5*30248) +...
so that L = 0.1338200441271648228100625767561479963630539052200...
then exp(L) = 1.1431870779045667085973926071888878662387686835715...
equals the continued fraction given by this sequence:
exp(L) = [1;6,1,60,1,486,1,3840,1,30246,1,238140,1,...]; i.e.,
exp(L) = 1 + 1/(6 + 1/(1 + 1/(60 + 1/(1 + 1/(486 + 1/(1 +...)))))).
Compare these partial quotients to A086903(n), n=1,2,3,...:
[8,62,488,3842,30248,238142,1874888,14760962,116212808,914941502,...].
-
LinearRecurrence[{0,9,0,-9,0,1},{1,6,1,60,1,486},50] (* Harvey P. Dale, Jun 09 2013 *)
-
{a(n)=local(L=sum(m=1,2*n+1000,1./(m*round((4+sqrt(15))^m+(4-sqrt(15))^m))));contfrac(exp(L))[n]}
A174509
Continued fraction expansion for exp( Sum_{n>=1} 1/(n*A086927(n)) ), where A086927(n) = (5+sqrt(26))^n + (5-sqrt(26))^n.
Original entry on oeis.org
1, 9, 101, 1, 1029, 10401, 1, 105049, 1060901, 1, 10714069, 108201601, 1, 1092730089, 11035502501, 1, 111447755109, 1125513053601, 1, 11366578291129, 114791295964901, 1, 1159279537940149, 11707586675366401, 1
Offset: 0
Let L = Sum_{n>=1} 1/(n*A086927(n)) or, more explicitly,
L = 1/10 + 1/(2*102) + 1/(3*1030) + 1/(4*10402) + 1/(5*105050) +...
so that L = 0.1052516947742519131304505213983109248819463097531...
then exp(L) = 1.1109902055968924364755807035083159869000358017128...
equals the continued fraction given by this sequence:
exp(L) = [1;9,101,1,1029,10401,1,105049,1060901,1,...]; i.e.,
exp(L) = 1 + 1/(9 + 1/(101 + 1/(1 + 1/(1029 + 1/(10401 +1/(1+...)))))).
Compare these partial quotients to A086927(n), n=1,2,3,...:
[10,102,1030,10402,105050,1060902,10714070,108201602,...].
- Peter Bala, Some simple continued fraction expansions for an infinite product, Part 1.
- Peter Bala, Some simple continued fraction expansions for an infinite product, Part 2.
- Index entries for linear recurrences with constant coefficients, signature (0,0,103,0,0,-103,0,0,1).
-
LinearRecurrence[{0,0,103,0,0,-103,0,0,1},{1,9,101,1,1029,10401,1,105049,1060901},30] (* Harvey P. Dale, Dec 24 2014 *)
-
{a(n)=local(L=sum(m=1,2*n+1000,1./(m*round((5+sqrt(26))^m+(5-sqrt(26))^m))));contfrac(exp(L))[n]}
A174507
Continued fraction expansion for exp( Sum_{n>=1} 1/(n*A085447(n)) ), where A085447(n) = (3+sqrt(10))^n + (3-sqrt(10))^n.
Original entry on oeis.org
1, 5, 37, 1, 233, 1441, 1, 8885, 54757, 1, 337433, 2079361, 1, 12813605, 78960997, 1, 486579593, 2998438561, 1, 18477210965, 113861704357, 1, 701647437113, 4323746327041, 1, 26644125399365, 164188498723237, 1, 1011775117738793
Offset: 0
Let L = Sum_{n>=1} 1/(n*A085447(n)) or, more explicitly,
L = 1/6 + 1/(2*38) + 1/(3*234) + 1/(4*1442) + 1/(5*8886) +...
so that L = 0.1814484777922995750614847484088330644558009487798...
then exp(L) = 1.1989527624251050123398509513177598419795554140316...
equals the continued fraction given by this sequence:
exp(L) = [1;5,37,1,233,1441,1,8885,54757,1,337433,...]; i.e.,
exp(L) = 1 + 1/(5 + 1/(37 + 1/(1 + 1/(233 + 1/(1441 + 1/(1 +...)))))).
Compare these partial quotients to A085447(n), n=1,2,3,...:
[6,38,234,1442,8886,54758,337434,2079362,12813606,78960998,...].
- Peter Bala, Some simple continued fraction expansions for an infinite product, Part 1.
- Peter Bala, Some simple continued fraction expansions for an infinite product, Part 2.
- Index entries for linear recurrences with constant coefficients, signature (0,0,39,0,0,-39,0,0,1).
-
LinearRecurrence[{0,0,39,0,0,-39,0,0,1},{1,5,37,1,233,1441,1,8885,54757},30] (* Harvey P. Dale, Aug 07 2016 *)
-
{a(n)=local(L=sum(m=1,2*n+1000,1./(m*round((3+sqrt(10))^m+(3-sqrt(10))^m))));contfrac(exp(L))[n]}
Showing 1-3 of 3 results.