OFFSET
-2,5
FORMULA
chi4(k) = Kronecker(-4, k); chi4(k) is 0, 1, 0, -1 when k reduced modulo 4 is 0, 1, 2, 3, respectively; chi4 is A101455.
Series: L(2, chi4) = Sum_{k>=1} chi4(k) k^{-2} = 1 - 1/3^2 + 1/5^2 - 1/7^2 + 1/9^2 - 1/11^2 + 1/13^2 - 1/15^2 + ...
EXAMPLE
L(2, chi4) = 0.91596559417721901505460351493238411... = [0; 1, 10, 1, 8, 1, 88, 4, 1, 1, 7, 22, 1, 2, 3, 26, ...], the convergents of which are 0/1, 1/0, [0/1], 1/1, 10/11, 1/12, 98/107, 109/119, 9690/10579, 38869/42435, 48559/53014, 87428/95449, 660555/721157, ..., with brackets marking index 0. Those prior to index 0 are for initializing the recurrence.
MATHEMATICA
nmax = 100; cfrac = ContinuedFraction[Catalan, nmax + 1]; Join[ {1, 0}, Denominator[ Table[ FromContinuedFraction[ Take[cfrac, j] ], {j, 1, nmax + 1} ] ] ]
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
Stuart Clary, Dec 17 2008
STATUS
approved