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.

A368268 Expansion of e.g.f. exp(-x) / (1 - 2*x*exp(x)).

This page as a plain text file.
%I A368268 #9 Dec 19 2023 09:16:32
%S A368268 1,1,9,71,817,11599,197881,3938087,89569761,2291869727,65159228521,
%T A368268 2037767466679,69521938950289,2569515452879855,102274007835523161,
%U A368268 4361566914028222919,198403133940750790081,9589223805173365594687,490729273233730201604809
%N A368268 Expansion of e.g.f. exp(-x) / (1 - 2*x*exp(x)).
%F A368268 a(n) = n! * Sum_{k=0..n} 2^(n-k) * (n-k-1)^k / k!.
%o A368268 (PARI) a(n) = n!*sum(k=0, n, 2^(n-k)*(n-k-1)^k/k!);
%Y A368268 Cf. A351762, A368236, A368267, A368269.
%K A368268 nonn,easy
%O A368268 0,3
%A A368268 _Seiichi Manyama_, Dec 19 2023