|
Search: id:A158691
|
|
|
| A158691 |
|
Expansion of 1 + (1-x) + (1-x)(1-x^3) + (1-x)(1-x^3)(1-x^5) + ... about x = 1. |
|
+0 2
|
|
| 1, 1, 3, 12, 61, 380, 2815, 24213, 237348, 2612681, 31915787, 428481472, 6271362282, 99388642292, 1695614865711, 30984649882928, 603790447393402, 12498732438500663, 273902239550757626, 6334968666307580051
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
There appears to be a connection with the alternating series 1 - (1-x) + (1-x)(1-x^2) - (1-x)(1-x^2)(1-x^3) + .... If we replace x with 1/(1-x) in the partial sum 1 - (1-x) + (1-x)(1-x^2) - (1-x)(1-x^2)(1-x^3) + ... + (-1)^n(1-x)(1-x^2)...(1-x^n) and then expand about x = 0 we seem to get a series whose first n+1 coefficients agree with the first n+1 terms of the present sequence.
|
|
FORMULA
|
Sum {n = 0..inf} Product {i= 1..n} (1-(1-x)^(2*i-1)) = 1 + x + 3*x^2 + 12*x^3 + 61*x^4 + .... Compare with A022493, A138265 and A158690.
|
|
MAPLE
|
1) g:=sum(product(1-(1-x)^(2*i-1), i= 1..n), n = 0..20): gser:=series(g, x = 0, 20): seq(coeff(gser, x, n), n = 0..19);
2) Conjecturally
g:=sum((-1)^n*product(1-1/(1-x)^i, i= 1..n), n = 0..20): gser:=series(g, x = 0, 20): seq(coeff(gser, x, n), n = 0..19);
|
|
CROSSREFS
|
A022493, A138265, A158690.
Sequence in context: A161799 A159925 A121694 this_sequence A038171 A074516 A045740
Adjacent sequences: A158688 A158689 A158690 this_sequence A158692 A158693 A158694
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Peter Bala (pbala(AT)talktalk.net), Mar 24 2009
|
|
|
Search completed in 0.007 seconds
|