cp's OEIS Frontend

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.

A059918 a(n) = (3^(2^n)-1)/2.

This page as a plain text file.
%I A059918 #29 Feb 06 2022 02:09:59
%S A059918 1,4,40,3280,21523360,926510094425920,1716841910146256242328924544640,
%T A059918 5895092288869291585760436430706259332839105796137920554548480
%N A059918 a(n) = (3^(2^n)-1)/2.
%C A059918 Denominator of b(n) where b(n) = 1/2*(b(n-1) + 1/b(n-1)), b(0)=2. - _Vladeta Jovovic_, Aug 15 2002
%H A059918 Harry J. Smith, <a href="/A059918/b059918.txt">Table of n, a(n) for n = 0..11</a>
%F A059918 a(n) = a(n-1)*(3^(2^(n-1))+1) with a(0) = 1.
%F A059918 a(n) = (3^(2^n)-1)/2 = (A059723(n+1)-A059723(n))/A059723(n) = A059917(n)-1 = a(n-1)*A059919(n-1) = a(n-1)*(A011764(n-1)+1)
%F A059918 1 = Sum_{n>=0} 3^(2^n)/a(n+1). 1 = 3/4 + 9/40 + 81/3280 + 6561/21523360 + ...; with partial sums: 3/4, 39/40, 3279/3280, 21523359/21523360, ..., (a(n)-1)/a(n), ... . - _Gary W. Adamson_, Jun 22 2003
%F A059918 A136308(n) = A007089(a(n)). - _Jason Kimberley_, Dec 19 2012
%t A059918 Array[(3^(2^#) - 1)/2 &, 8, 0] (* _Michael De Vlieger_, Feb 05 2022 *)
%o A059918 (PARI) { for (n=0, 11, write("b059918.txt", n, " ", (3^(2^n) - 1)/2); ) } \\ _Harry J. Smith_, Jun 30 2009
%Y A059918 Cf. A059917 (numerators).
%Y A059918 Cf. A059723, A059917, A059919, A011764.
%Y A059918 Cf. A007089, A136308.
%K A059918 nonn,easy
%O A059918 0,2
%A A059918 _Henry Bottomley_, Feb 08 2001