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.

A002438 Multiples of Euler numbers.

This page as a plain text file.
%I A002438 M4029 N1672 #47 Dec 04 2017 17:46:39
%S A002438 1,5,205,22265,4544185,1491632525,718181418565,476768795646785,
%T A002438 417370516232719345,465849831125196593045,645702241048404020542525,
%U A002438 1088120580608731523115639305,2190881346273790815462670984105
%N A002438 Multiples of Euler numbers.
%D A002438 A. Fletcher, J. C. P. Miller, L. Rosenhead and L. J. Comrie, An Index of Mathematical Tables. Vols. 1 and 2, 2nd ed., Blackwell, Oxford and Addison-Wesley, Reading, MA, 1962, Vol. 1, p. 75.
%D A002438 Glaisher, J. W. L.; Messenger of Math., 28 (1898), 36-79, see esp. p. 51.
%D A002438 N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
%D A002438 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
%H A002438 Vincenzo Librandi, <a href="/A002438/b002438.txt">Table of n, a(n) for n = 1..100</a>
%H A002438 P. Bala, <a href="/A002438/a002438.pdf">A triangle for calculating A002438</a>
%H A002438 P. Bala, <a href="/A002439/a002439.pdf">Some S-fractions related to the expansions of sin(ax)/cos(bx) and cos(ax)/cos(bx)</a>
%H A002438 Matthieu Josuat-Vergès and Jang Soo Kim, <a href="http://arxiv.org/abs/1101.5608">Touchard-Riordan formulas, T-fractions, and Jacobi's triple product identity</a>, arXiv:1101.5608 [math.CO] (2011)
%F A002438 a(n) = A000364(n-1) * (9^(n-1) + 1)/2.
%F A002438 a(n+1) = Sum_{k = 0..n} A086646(n, k)*(-4)^k*9^(n-k). - _Philippe Deléham_, Aug 26 2005
%F A002438 From _Peter Bala_, Mar 13 2015: (Start)
%F A002438 a(n+1) = (-1)^n*6^(2*n)*E(2*n,1/6).
%F A002438 Assuming an offset of 0, the e.g.f. is cos(2*x)/cos(3*x) = 1 + 5*x + 205*x^2/2! + 22265*x^3/3! + 4544185*x^4/4! + ....
%F A002438 O.g.f. as a continued fraction: x/(1 - (3^2 - 2^2)*x/(1 - 6^2*x/(1 - (9^2 - 2^2)*x/(1 - 12^2*x/(1 - ... ))))) = x + 5*x^2 + 205*x^3 + 22265*x^4 + 4544185*x^5 + .... See Josuat-Vergès and Kim, p. 23. Cf. A086646.
%F A002438 The expansion of exp( Sum_{n >= 1} a(n+1)*x^n/n ) = exp( 5*x + 205*x^2/2 + 22265*x^3/3 + 4544185 *x^4/4 + ... ) appears to have integer coefficients. See A255884.
%F A002438 (End)
%F A002438 From _Peter Bala_, Nov 10 2015: (Start)
%F A002438 O.g.f. A(x) = 1/(1 + x - 6*x/(1 - 30*x/(1 + x - 84*x/(1 - 132*x/(1 + x - ... - 6*n*(6*n - 5)*x/(1 - 6*n*(6*n - 1)*x/(1 + x - ))))))).
%F A002438 A(x) = 1/(1 + 25*x - 30*x/(1 - 6*x/(1 + 25*x - 132*x/(1 - 84*x/(1 + 25*x - ... - 6*n*(6*n - 1)*x/(1 - 6*n*(6*n - 5)*x/(1 + 25*x - ))))))). (End)
%t A002438 a[n_] := (1+9^(n-1))*Abs[EulerE[2*(n-1)]]/2; Table[ a[n], {n, 1, 13}](* _Jean-François Alcover_, Feb 10 2012 *)
%o A002438 (PARI) A002438(n)=A000364(n-1)*(9^(n-1)+1)\2 \\ - _M. F. Hasler_, Jul 21 2013
%Y A002438 Cf. A000364, A086646, A255884.
%K A002438 nonn,easy,nice
%O A002438 1,2
%A A002438 _N. J. A. Sloane_
%E A002438 More terms from _Herman P. Robinson_
%E A002438 More terms from _Jon E. Schoenfield_, May 09 2010