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!)
A211194 G.f.: Sum_{n>=0} n! * (x/2)^n * Product_{k=1..n} (3*k-1) / (1 + k*(3*k-1)/2*x). 1
1, 1, 4, 31, 394, 7441, 195544, 6822451, 305075254, 17010802021, 1157048302084, 94291964597671, 9069435785880514, 1016607721798423801, 131360503523334458224, 19382685928544981625691, 3239003918648541605116174, 608539911518928818091672781 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
O.g.f. is related to pentagonal numbers A000326. If b(n) = A000326(n)*x/(1+A000326(n)x), we have A(x) = 1 +b(1) +b(1)b(2) +b(1)b(2)b(3) +b(1)b(2)b(3)b(4) + ... . Philippe Deléham, Feb 04 2013
LINKS
FORMULA
G.f.: Sum_{n>=0} A084939(n) * x^n / Product_{k=1..n} (1 + k*(3*k-1)/2*x).
a(n) = Sum_{k, 0<=k<=n} A211183(n,k)*3^(n-k). - Philippe Deléham, Feb 03 2013
EXAMPLE
G.f.: A(x) = 1 + x + 5*x^2 + 49*x^3 + 797*x^4 + 19417*x^5 + 661829*x^6 +...
where
A(x) = 1 + 1*x/(1+x) + 1*5*x^2/((1+x)*(1+5*x)) + 1*5*12*x^3/((1+x)*(1+5*x)*(1+12*x)) + 1*5*12*22*x^4/((1+x)*(1+5*x)*(1+12*x)*(1+22*x)) + 1*5*12*22*35*x^5/((1+x)*(1+5*x)*(1+12*x)*(1+22*x)*(1+35*x)) + 1*5*12*22*35*51*x^6/((1+x)*(1+5*x)*(1+12*x)*(1+22*x)*(1+35*x)*(1+51*x)) +...
PROG
(PARI) {a(n)=polcoeff(sum(m=0, n, m!*(x/2)^m*prod(k=1, m, (3*k-1)/(1+(3*k-1)/2*k*x+x*O(x^n)))), n)}
for(n=0, 21, print1(a(n), ", "))
CROSSREFS
Sequence in context: A005046 A323568 A174324 * A237581 A319074 A195195
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 03 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)