login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A231173 G.f.: Sum_{n>=0} x^n * Product_{k=1..n} (k - 2*x) / (1 - 2*k*x). 3
1, 1, 2, 12, 98, 956, 10936, 144228, 2158408, 36163480, 670866440, 13653114768, 302484623696, 7247757117392, 186761906627200, 5150354700227136, 151354201527450784, 4721967515068611712, 155871806606752812416, 5427835405339896680640, 198851725447794931284224 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Compare to a g.f. of the Pell numbers (A000129):
Sum_{n>=0} x^n * Product_{k=1..n} (2*k + x)/(1 + 2*k*x) = 1/(1-2*x-x^2).
LINKS
FORMULA
a(n) = Sum_{k=0..n} A231171(n,k)*(-2)^k for n>=0.
a(n) ~ 2^(n+1) * n! / (3 * (log(3))^(n+1)). - Vaclav Kotesovec, Nov 02 2014
EXAMPLE
G.f.: A(x) = 1 + x + 2*x^2 + 12*x^3 + 98*x^4 + 956*x^5 + 10936*x^6 +...
where
A(x) = 1 + x*(1-2*x)/(1-2*x) + x^2*(1-2*x)*(2-2*x)/((1-2*x)*(1-4*x)) + x^3*(1-2*x)*(2-2*x)*(3-2*x)/((1-2*x)*(1-4*x)*(1-6*x)) + x^4*(1-2*x)*(2-2*x)*(3-2*x)*(4-2*x)/((1-2*x)*(1-4*x)*(1-6*x)*(1-8*x)) +...
PROG
(PARI) {a(n)=polcoeff(sum(m=0, n, x^m*prod(k=1, m, (k-2*x)/(1-2*k*x +x*O(x^n)))), n)}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A322717 A219538 A245897 * A303203 A012548 A012550
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 05 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)