OFFSET
0,2
EXAMPLE
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.
CROSSREFS
KEYWORD
nonn,more,changed
AUTHOR
Thomas Baruchel, Jun 03 2004
EXTENSIONS
More terms from Thomas Baruchel, Aug 26 2004
STATUS
approved