A192459 Coefficient of x in the reduction by x^2->x+2 of the polynomial p(n,x) defined below in Comments.
1, 3, 17, 133, 1315, 15675, 218505, 3485685, 62607195, 1250116875, 27468111825, 658579954725, 17109329512275, 478744992200475, 14354443912433625, 459128747151199125, 15604187119787140875, 561558837528374560875, 21332903166207470462625
Offset: 0
Keywords
Examples
The first four polynomials p(n,x) and their reductions are as follows: p(0,x)=x -> x p(1,x)=x(2+x) -> 2+3x p(2,x)=x(2+x)(4+x) -> 14+17x p(3,x)=x(2+x)(4+x)(6+x) -> 118+133x. From these, read A192457=(1,2,14,118,...) and A192459=(1,3,17,133,...)
Programs
-
Mathematica
(See A192457.)
Formula
a(n) = (1/3)*(2^(n+1)*(n+1)! + (2n-1)!!). - Vaclav Potocek, Feb 04 2016
Comments