A190840 a(n+1) = 4*a(n)*(a(n)+1) for a(0) = 1.
1, 8, 288, 332928, 443365544448, 786292024016459316676608, 2473020588127600939387543243786675530709484249088
Offset: 0
Keywords
Programs
-
Mathematica
NestList[4#(#+1)&,1,7] (* Harvey P. Dale, Jan 01 2014 *)
Formula
a(n+1) = 4*a(n)*(a(n)+1) for a(0) = 1.
a(n) = sinh(2^(n-2)*arccosh(17))^2. - Alexander R. Povolotsky, Aug 14 2011
a(n) = 8*A185097(n) for n > 0. - Alexander R. Povolotsky, Aug 14 2011
a(n) = (1 + sqrt(2))^(2^(n+1))/4 + (1 - sqrt(2))^(2^(n+1))/4 - 1/2. Therefore 2*a(n) + 1 = A001601(n+1). - Bruno Berselli, Feb 01 2017
Comments