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.
%I A102761 #33 Aug 29 2020 13:13:59 %S A102761 2,-1,0,1,2,13,80,579,4738,43387,439792,4890741,59216642,775596313, %T A102761 10927434464,164806435783,2649391469058,45226435601207, %U A102761 817056406224416,15574618910994665,312400218671253762,6577618644576902053,145051250421230224304,3343382818203784146955,80399425364623070680706,2013619745874493923699123 %N A102761 Same as A000179, except that a(0) = 2. %C A102761 For any integer n>=0, 2 * Integral_{t=-2..2} T_n(t/2)*exp(-t)*dt = 4 * Integral_{z=-1..1} T_n(z)*exp(-2*z)*dz = a(n)*exp(2) - A300484(n)*exp(-2). - _Max Alekseyev_, Mar 08 2018 %D A102761 J. Riordan, An Introduction to Combinatorial Analysis, Wiley, 1958, p. 197. %H A102761 Vladimir Shevelev, <a href="http://arxiv.org/abs/1104.4051">Spectrum of permanent's values and its extremal magnitudes in Λ_n^3 and Λ_n(α,β,γ)</a>, arXiv:1104.4051 [math.CO], 2011. %F A102761 a(n) = Sum_{i=0..n} A127672(n,i) * A000023(i). - _Max Alekseyev_, Mar 06 2018 %F A102761 a(n) = A300481(2,n) = A300480(-2,n). - _Max Alekseyev_, Mar 06 2018 %F A102761 a(n) = A335391(0,n) (Touchard). - _William P. Orrick_, Aug 29 2020 %o A102761 (PARI) { A102761(n) = subst( serlaplace( 2*polchebyshev(n, 1, (x-2)/2)), x, 1); } \\ _Max Alekseyev_, Mar 06 2018 %Y A102761 Row m=2 in A300481. %Y A102761 Cf. A000023, A000179, A000186, A300484. %Y A102761 A000179, A102761, and A335700 are all essentially the same sequence but with different conventions for the initial terms a(0) and a(1). - _N. J. A. Sloane_, Aug 06 2020 %K A102761 sign,easy %O A102761 0,1 %A A102761 _N. J. A. Sloane_, Apr 04 2010, following a suggestion from _Vladimir Shevelev_ %E A102761 Changed a(0)=2 (making the sequence more consistent with existing formulae) by _Max Alekseyev_, Mar 06 2018