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.

A351881 Expansion of e.g.f. 1 / (1 - x)^cosh(x).

This page as a plain text file.
%I A351881 #8 Feb 23 2022 10:17:12
%S A351881 1,1,2,9,42,235,1605,12446,108836,1061565,11402565,133806134,
%T A351881 1703059974,23366177055,343788954691,5399655967642,90173526680152,
%U A351881 1595513146457993,29817130502252169,586883850601630054,12135450890055396810,263012688923611212107,5962155058714267567319
%N A351881 Expansion of e.g.f. 1 / (1 - x)^cosh(x).
%F A351881 a(0) = 1; a(n) = Sum_{k=1..n} binomial(n-1,k-1) * |A009416(k)| * a(n-k).
%F A351881 a(n) ~ n! * n^(cosh(1)-1) / Gamma(cosh(1)). - _Vaclav Kotesovec_, Feb 23 2022
%t A351881 nmax = 22; CoefficientList[Series[1/(1 - x)^Cosh[x], {x, 0, nmax}], x] Range[0, nmax]!
%o A351881 (PARI) my(x='x+O('x^30)); Vec(serlaplace(1/(1-x)^cosh(x))) \\ _Michel Marcus_, Feb 23 2022
%Y A351881 Cf. A009193, A009231, A009416, A191365, A351880.
%K A351881 nonn
%O A351881 0,3
%A A351881 _Ilya Gutkovskiy_, Feb 23 2022