A094234 a(n) = period of terms in quasi-periodic continued fraction expansion of 2^n*tanh(1).
1, 5, 10, 32, 76, 184, 408, 944, 2088, 4680, 10168, 22192, 47952
Offset: 0
Examples
E.g. tanh(1)=[0,1,3,5,7,9,...] pattern being /2n+1/ (length=1), so a(1) = 1. 2*tanh(1) = [1; 1, 1, 10, 3, 1, 1, 4, 22, 6, 1, 1, 7, 34, 9...]. It is the concatenation of parts of the form [1, 1, 3*m-2, 12*m-2, 3*m] for m = 1,2,3..., so a(2) = 5.
Extensions
More terms from Thomas Baruchel, Aug 26 2004