cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A009442 E.g.f. log(1 + x/cos(x)).

This page as a plain text file.
%I A009442 #20 Apr 01 2017 14:16:37
%S A009442 0,1,-1,5,-18,109,-720,5977,-56336,612729,-7453440,100954061,
%T A009442 -1502172672,24395453861,-429076910080,8128143367905,-164961704478720,
%U A009442 3571195811862385,-82142328351817728,2000535014776893973
%N A009442 E.g.f. log(1 + x/cos(x)).
%F A009442 a(n)=2*n!*sum(m=1..(n-1)/2, ((-1)^(n-1)*sum(j=0..m, binomial((n/2-m+j-1),j)*4^(m-j)*sum(i=0..j, (i-j)^(2*m)*binomial(2*j,i)*(-1)^(m+j-i))))/((n-2*m)*(2*m)!))+(-1)^(n-1)*n!/n. - _Vladimir Kruchinin_, Jun 16 2011
%F A009442 a(n) ~ (n-1)! * (-1)^(n+1) / r^n, where r = 0.7390851332151606416553120876738734040134117589... (see A003957) is the root of the equation cos(r) = r. - _Vaclav Kotesovec_, Jan 24 2015
%t A009442 CoefficientList[Series[Log[1 + x*Sec[x]], {x, 0, 20}], x] * Range[0, 20]! (* _Vaclav Kotesovec_, Jan 24 2015 *)
%o A009442 (Maxima)
%o A009442 a(n):=2*n!*sum(((-1)^(n-1)*sum(binomial((n/2-m+j-1),j)*4^(m-j)*sum((i-j)^(2*m)*binomial(2*j,i)*(-1)^(m+j-i),i,0,j),j,0,m))/((n-2*m)*(2*m)!),m,1,(n-1)/2)+(-1)^(n-1)*n!/n; /* _Vladimir Kruchinin_, Jun 16 2011 */
%Y A009442 Cf. A003957.
%K A009442 sign,easy
%O A009442 0,4
%A A009442 _R. H. Hardin_
%E A009442 Extended with signs by _Olivier Gérard_, Mar 15 1997