OFFSET
0,3
COMMENTS
Product_{n >= 1} 1+1/a(n+1) = (1+sqrt(5))/2 (golden section phi, tau or alpha). See the Shallit reference. [Wolfdieter Lang, Nov 04 2010]
This is a strong divisibility sequence, that is, gcd(a(n), a(m)) = a(gcd(n, m)) for n, m >= 1. In particular, this is a divisibility sequence: if n divides m then a(n) divides a(m). - Peter Bala, Jul 05 2026
LINKS
Jeffrey Shallit, Problem B-423, The Fibonacci Quarterly 18,1 Feb.(1980)85; Solution 19,1 Feb. (1981) 92. [Wolfdieter Lang, Nov 04 2010]
FORMULA
a(n) = Fibonacci(Mersenne(n)) = Fibonacci(2^n-1).
a(n) = A088334(n-2) - 1. - R. J. Mathar, Apr 23 2007
PROG
(PARI) for(x=0, 10, print( fibonacci(2^x-1) ))
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Jorge Coveiro, Dec 24 2004
STATUS
approved
