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!)
A193320 G.f.: Sum_{n>=0} x^n*Product_{k=1..n} (1 - k*x) / (1 - (2*k-1)*x). 1
1, 1, 1, 2, 7, 31, 158, 907, 5785, 40496, 307993, 2524639, 22158860, 207111169, 2051807533, 21458470274, 236087173027, 2724128688979, 32876740543526, 414007923183559, 5428110627157597, 73954177162273736, 1045162786551967021, 15297280935680456227 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + x^2 + 2*x^3 + 7*x^4 + 31*x^5 + 158*x^6 + 907*x^7 +...
where
A(x) = 1 + x*(1-x)/(1-x) + x^2*(1-x)*(1-2*x)/((1-x)*(1-3*x)) + x^3*(1-x)*(1-2*x)*(1-3*x)/((1-x)*(1-3*x)*(1-5*x)) +...
PROG
(PARI) {a(n)=polcoeff(sum(m=0, n, x^m*prod(k=1, m, (1-k*x)/(1-(2*k-1)*x +x*O(x^n)))), n)}
CROSSREFS
Sequence in context: A030945 A088554 A107595 * A030882 A273957 A221958
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 April 19 18:00 EDT 2024. Contains 371797 sequences. (Running on oeis4.)