A370869 a(0) = 0; thereafter, a(n) = a(n-1)^2 - 3*A058891(n).
0, -3, 3, -15, -159, -73023, -1110092415, -26437810940723795199, 188534296956047109666345322462443132417, -138142952727263338693771981084959537243558105718529460985143718744222698198015
Offset: 0
Keywords
Links
- Jordana Cepelewicz, ‘Entropy Bagels’ and Other Complex Structures Emerge From Simple Rules, Quanta Magazine, 27 February 2024.
- Holly Krieger and Brady Haran, The Mystery of Hyperbolicity, Numberphile video (2024).
Programs
-
Mathematica
a[0]=0; a[n_]:=a[n]=a[n-1]^2-3*2^(2^(n-1)- 1); Array[a,9,0]
Formula
a(n) = a(n-1)^2 - 3*A058891(n).
Comments