This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A174507 #20 Mar 25 2024 06:39:16 %S A174507 1,5,37,1,233,1441,1,8885,54757,1,337433,2079361,1,12813605,78960997, %T A174507 1,486579593,2998438561,1,18477210965,113861704357,1,701647437113, %U A174507 4323746327041,1,26644125399365,164188498723237,1,1011775117738793 %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. %H A174507 Peter Bala, <a href="/A174500/a174500_2.pdf">Some simple continued fraction expansions for an infinite product, Part 1</a>. %H A174507 Peter Bala, <a href="/A174504/a174504.pdf">Some simple continued fraction expansions for an infinite product, Part 2</a>. %H A174507 <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,39,0,0,-39,0,0,1). %F A174507 a(3n-3) = 1, a(3n-2) = A085447(2n-1) - 1, a(3n-1) = A085447(2n) - 1, for n>=1 [conjecture]. %F A174507 a(n) = 39*a(n-3)-39*a(n-6)+a(n-9). G.f.: -(x^2-x+1) * (x^6 -6*x^5 -6*x^4 -2*x^3 +42*x^2 +6*x +1) / ((x-1)*(x^2+x+1)*(x^6-38*x^3+1)). [_Colin Barker_, Jan 20 2013] %F A174507 From _Peter Bala_, Jan 25 2013: (Start) %F A174507 The above conjectures are correct. The real number exp( Sum {n>=1} 1/(n*A085447(n)) ) is equal to the infinite product F(x) := product {n >= 0} (1 + x^(4*n+3))/(1 - x^(4*n+1)) evaluated at x = sqrt(10) - 3. Ramanujan has given a continued fraction expansion for the product F(x). Using this we can find the simple continued fraction expansion of the numbers F(1/2*(sqrt(N^2 + 4) - N)), N a positive integer. The present case is when N = 6. See the Bala link for details. %F A174507 The theory also provides the simple continued fraction expansion of the numbers F({sqrt(10) - 3}^(2*k+1)), k = 1, 2, 3, ...: if [1; c(1), c(2), 1, c(3), c(4), 1, ...] denotes the present sequence then the simple continued fraction expansion of F({sqrt(10) - 3}^(2*k+1)) is given by [1; c(2*k+1), c(2*(2*k+1)), 1, c(3*(2*k+1)), c(4*(2*k+1)), 1, ...]. %F A174507 (End) %e A174507 Let L = Sum_{n>=1} 1/(n*A085447(n)) or, more explicitly, %e A174507 L = 1/6 + 1/(2*38) + 1/(3*234) + 1/(4*1442) + 1/(5*8886) +... %e A174507 so that L = 0.1814484777922995750614847484088330644558009487798... %e A174507 then exp(L) = 1.1989527624251050123398509513177598419795554140316... %e A174507 equals the continued fraction given by this sequence: %e A174507 exp(L) = [1;5,37,1,233,1441,1,8885,54757,1,337433,...]; i.e., %e A174507 exp(L) = 1 + 1/(5 + 1/(37 + 1/(1 + 1/(233 + 1/(1441 + 1/(1 +...)))))). %e A174507 Compare these partial quotients to A085447(n), n=1,2,3,...: %e A174507 [6,38,234,1442,8886,54758,337434,2079362,12813606,78960998,...]. %t A174507 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 *) %o A174507 (PARI) {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]} %Y A174507 Cf. A085447, A174501, A174506, A174508. %K A174507 cofr,nonn,easy %O A174507 0,2 %A A174507 _Paul D. Hanna_, Mar 21 2010