A004249 a(n) = (2^2^...^2) (with n 2's) + 1.
2, 3, 5, 17, 65537
Offset: 0
Keywords
References
- P. Ribenboim, The Book of Prime Number Records. Springer-Verlag, NY, 2nd ed., 1989, p. 73.
Links
- Y. Bugeaud and M. Queffélec, On Rational Approximation of the Binary Thue-Morse-Mahler Number, Journal of Integer Sequences, 16 (2013), #13.2.3.
- Wilfrid Keller, Prime factors k.2^n + 1 of Fermat numbers F_m
Formula
a(0) = 2, a(n) = 2^a(n-1)/2 + 1 for n >= 1.
Comments