# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a088334 Showing 1-1 of 1 %I A088334 #19 Jan 22 2019 14:22:33 %S A088334 3,14,611,1346270,6557470319843,155576970220531065681649694, %T A088334 87571595343018854458033386304178158174356588264390371 %N A088334 Expansion of 1/phi (phi being the golden ratio) as an infinite product: 1/phi = Product_{k=0..n} (1-1/a(k)). %C A088334 The next term is too large to include. %H A088334 J. Shallit, Problem B-423, The Fibonacci Quarterly 18,1 Feb.(1980)85. Solution 19,1 Feb. (1981) 92. [_Wolfdieter Lang_, Nov 04 2010] %F A088334 a(0) = 3, a(n+1) = (a(n)-1)*A001566(n+1) %F A088334 a(n) = 1+ceiling(1/2*(1-1/sqrt(5))*phi^(2^(n+2))) where phi=(1+sqrt(5))/2. a(n)==2 (mod 3) for n>0. - _Benoit Cloitre_, Nov 09 2003 %F A088334 a(n) = b(n+2)+1, n>=0, with b(n):= A101342(n) = F(2^n-1). See the reciprocal of the infinite product of this entry. For a proof see the J. Shallit reference. - _Wolfdieter Lang_, Nov 04 2010 %o A088334 (PARI) a(n)=if(n<0,0,fibonacci(2^(n+2)-1)+1) %Y A088334 Cf. A001566, A001622, A094214, A101342. %K A088334 nonn %O A088334 0,1 %A A088334 _Thomas Baruchel_, Nov 07 2003 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE