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!)
A193318 G.f.: Sum_{n>=0} x^n*Product_{k=1..n} (1 - (2*k-1)*x) / (1 - (2*k)*x). 1
1, 1, 2, 5, 15, 54, 229, 1111, 6020, 35873, 232677, 1629528, 12238621, 98006533, 832764146, 7477375601, 70696248123, 701636328534, 7289525389681, 79084544097475, 893993204314316, 10509131215500701, 128235999632164377, 1621637635101089040 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + 2*x^2 + 5*x^3 + 15*x^4 + 54*x^5 + 229*x^6 +...
where
A(x) = 1 + x*(1-x)/(1-2*x) + x^2*(1-x)*(1-3*x)/((1-2*x)*(1-4*x)) + x^3*(1-x)*(1-3*x)*(1-5*x)/((1-2*x)*(1-4*x)*(1-6*x)) +...
PROG
(PARI) {a(n)=polcoeff(sum(m=0, n, x^m*prod(k=1, m, (1-(2*k-1)*x)/(1-(2*k)*x +x*O(x^n)))), n)}
CROSSREFS
Sequence in context: A208237 A321958 A107112 * A171450 A204190 A051295
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 22 2011
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 July 13 04:25 EDT 2024. Contains 374266 sequences. (Running on oeis4.)