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.

A287964 Coefficients in expansion of 1/E_14.

This page as a plain text file.
%I A287964 #29 Mar 07 2018 04:05:23
%S A287964 1,24,197208,47715936,42451725912,18015200386704,10924205579505504,
%T A287964 5511557851517150400,3039496830486964153944,1604976096786795234999096,
%U A287964 865212805864755380070382608,461861254217266216545148291872
%N A287964 Coefficients in expansion of 1/E_14.
%H A287964 Seiichi Manyama, <a href="/A287964/b287964.txt">Table of n, a(n) for n = 0..366</a>
%F A287964 a(n) ~ c * exp(2*Pi*n), where c = 512 * Gamma(3/4)^32 / (81 * Pi^8) = 0.445315094156993820198784527343140685155693441915367780875399576353998457... - _Vaclav Kotesovec_, Jul 02 2017, updated Mar 07 2018
%t A287964 terms = 12; Ei[n_] = 1-(2n/BernoulliB[n]) Sum[k^(n-1) x^k/(1-x^k), {k, terms}]; CoefficientList[1/Ei[14] + O[x]^terms, x] (* _Jean-François Alcover_, Mar 01 2018 *)
%Y A287964 Cf. A058550 (E_14).
%Y A287964 Cf. A288816 (k=2), A001943 (k=4), A000706 (k=6), A287933 (k=8), A285836 (k=10), this sequence (k=14).
%K A287964 nonn
%O A287964 0,2
%A A287964 _Seiichi Manyama_, Jun 17 2017