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.

A295100 a(n) = n! * [x^n] exp(n*x)/(1 - 2*x).

This page as a plain text file.
%I A295100 #12 Nov 15 2017 02:51:03
%S A295100 1,3,20,201,2688,44815,894528,20792205,551518208,16438822587,
%T A295100 543934387200,19783668211153,784536321392640,33689132092480839,
%U A295100 1557397919735103488,77117362592836807125,4072280214605427376128,228441851811771488284915,13566762607790788699226112,850372121882700252639269337
%N A295100 a(n) = n! * [x^n] exp(n*x)/(1 - 2*x).
%C A295100 The n-th term of the n-th binomial transform of A000165.
%H A295100 Robert Israel, <a href="/A295100/b295100.txt">Table of n, a(n) for n = 0..375</a>
%H A295100 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>
%H A295100 <a href="/index/Fa#factorial">Index entries for sequences related to factorial numbers</a>
%F A295100 a(n) ~ 2^n * exp(n/2) * n!. - _Vaclav Kotesovec_, Nov 14 2017
%F A295100 a(n) = n! * Sum_{k=0..n} n^k*2^(n-k)/k! = 2^n*Gamma(n+1, n/2)*exp(n/2). - _Robert Israel_, Nov 14 2017
%p A295100 S:= series(exp(n*x)/(1-2*x),x,51):
%p A295100 seq(n!*coeff(S,x,n),n=0..50); # _Robert Israel_, Nov 14 2017
%t A295100 Table[n! SeriesCoefficient[Exp[n x]/(1 - 2 x), {x, 0, n}], {n, 0, 19}]
%Y A295100 Cf. A000165, A010844, A063170, A082032, A295098, A295099.
%K A295100 nonn
%O A295100 0,2
%A A295100 _Ilya Gutkovskiy_, Nov 14 2017