login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A192222
a(n) = Fibonacci(2^n + 1).
7
1, 2, 5, 34, 1597, 3524578, 17167680177565, 407305795904080553832073954, 229265413057075367692743352179590077832064383222590237
OFFSET
0,2
COMMENTS
a(n) is the numerator of the n-th iterate when Newton's method is applied to the function x^2 - x - 1 with initial guess x = 1. The n-th iterate is a(n)/A058635(n). - Jason Zimba, Jan 20 2023
LINKS
John Gill and Matthew Miller, Newton's Method and Ratios of Fibonacci Numbers, Fibonacci Quarterly, 19(1):1-3, February 1981.
Jonathan Sondow, Evaluation of Tachiya's algebraic infinite products involving Fibonacci and Lucas numbers, Diophantine Analysis and Related Fields 2011 - AIP Conference Proceedings, Vol. 1385, No. 1 (2011), pp. 97-100, arXiv preprint, arXiv:1106.4246 [math.NT], 2011.
Yohei Tachiya, Transcendence of certain infinite products, J. Number Theory, Vol. 125, No. 1 (2007), pp. 182-200.
FORMULA
a(n) = A000045(2^n + 1).
Product_{n>0} (1 + 1/a(n)) = 3/phi = A134973, where phi = (1+sqrt(5))/2 is the golden mean.
Sum_{n>=0} 1/a(n) = A338305. - Amiram Eldar, Oct 22 2020
MATHEMATICA
Table[Fibonacci[2^n + 1], {n, 0, 10}] (* T. D. Noe, Jan 11 2012 *)
CROSSREFS
Cf. A000045 (Fibonacci numbers F(n)), A001622, A134973 (decimal expansion of 3/phi), A192223 (Lucas(2^n + 1)), A338305.
Sequence in context: A277436 A358688 A002665 * A326946 A241586 A000665
KEYWORD
nonn,easy
AUTHOR
Jonathan Sondow, Jun 26 2011
STATUS
approved