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.

A301942 Expansion of e.g.f. arcsin(x)/cos(x) (odd powers only).

This page as a plain text file.
%I A301942 #23 Apr 09 2018 22:32:49
%S A301942 1,4,44,1016,42384,2908544,306305856,46659144832,9760451385600,
%T A301942 2683733034474496,936308392553036800,403127865773461755904,
%U A301942 209562975305232836300800,129255511221696545852424192,93252273300325219683758915584,77766048645578119241905858314240
%N A301942 Expansion of e.g.f. arcsin(x)/cos(x) (odd powers only).
%F A301942 a(n) = (2*n+1)! * [x^(2*n+1)] arcsin(x)/cos(x).
%e A301942 arcsin(x)/cos(x) = x/1! + 4*x^3/3! + 44*x^5/5! + 1016*x^7/7! + 42384*x^9/9! + ...
%t A301942 nmax = 16; Table[(CoefficientList[Series[ArcSin[x]/Cos[x], {x, 0, 2 nmax + 1}], x] Range[0, 2 nmax + 1]!)[[n]], {n, 2, 2 nmax, 2}]
%Y A301942 Cf. A000182, A000364, A000795, A001818, A002084, A003701, A003702, A012782, A296741, A302444, A302542, A302543.
%K A301942 nonn
%O A301942 0,2
%A A301942 _Ilya Gutkovskiy_, Apr 09 2018