login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A138729
a(n) = -A085466(n) times the free coefficient of the 2n-th Du Bois-Reymond polynomial in e^2.
6
7, 25, 98, 1167, 4650, 30930, 1111860, 31100895, 13812610, 894570642, 89419472100, 1311049104750, 47185076099700, 350440263072900, 4578242813103960, 4119778157653533375, 16476927824724617250, 124478128839848033250, 40326914169455544130500
OFFSET
1,1
MATHEMATICA
a = {7}; Do[p = FullSimplify[TrigToExp[ -3 - 2Residue[x^2/((Tan[x] - x) (1 + x^2)^n), {x, I}]]]; AppendTo[a, -First[p[[2]]]], {n, 2, 9}]; a (*Artur Jasinski*)
KEYWORD
nonn
AUTHOR
Artur Jasinski, Mar 26 2008
EXTENSIONS
Edited and extended by Max Alekseyev, Sep 15 2009
STATUS
approved