OFFSET
1,1
REFERENCES
Lipshitz, Leonard, and A. van der Poorten. "Rational functions, diagonals, automata and arithmetic." In Number Theory, Richard A. Mollin, ed., Walter de Gruyter, Berlin (1990): 339-358.
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..16384
A. J. Van der Poorten, Continued fraction expansions of values of the exponential function and related fun with continued fractions, Nieuw Archief voor Wiskunde, Vol. 14 (1996), pp. 221-230.
Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,2,0,0,0,0,0,-1).
FORMULA
This number is also -Im[ (e^(2i)+i)/(e^(2i)-i) ].
Periodic part is ...2, 3k+2, 1, 12k+16, 1, 3k+4, ... (k=0..oo).
G.f.: -x*(x^11-x^10+2*x^9-2*x^8+x^7-8*x^6-x^5-2*x^4-2*x^3-x^2-x-4) / ((x-1)^2*(x+1)^2*(x^2-x+1)^2*(x^2+x+1)^2). - Colin Barker, Jul 15 2013
EXAMPLE
4.588037824983899981397906503733748769677138839382189177607356840...
MATHEMATICA
ContinuedFraction[ -Im[(E^(2I) + I)/(E^(2I) - I)], 80] (* Robert G. Wilson v, Nov 20 2004 *)
PROG
(PARI) A100261(n) = if(1==n, 4, if(n<4, 1, n=n-4; my(k=n\6); if(!(n%6), 2, if(1==(n%6), 3*k + 2, if(3==(n%6), 12*k + 16, if(5==(n%6), 3*k + 4, 1)))))); \\ Antti Karttunen, Feb 15 2023
CROSSREFS
KEYWORD
nonn,cofr,easy
AUTHOR
Ralf Stephan, Nov 18 2004
STATUS
approved