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!)
A216967 G.f.: Sum_{n>=0} (3*n)!/2^n * x^n / Product_{k=1..n} (1 + k^3*x). 1
1, 3, 177, 43743, 28317777, 37918359903, 91064083658577, 356470099797125343, 2123580647871774583377, 18282562085069810089566303, 218479480936045179472923760977, 3508620018746019243855156135806943, 73737548542861221762649623289597264977 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Compare to the o.g.f. for Euler numbers (A000364):
Sum_{n>=0} (2*n)!/2^n * x^n / Product_{k=1..n} (1 + k^2*x).
LINKS
L. Naughton, G. Pfeiffer, Integer Sequences Realized by the Subgroup Pattern of the Symmetric Group, J. Int. Seq. 16 (2013) #13.5.8
FORMULA
a(n) == 0 (mod 3) for n>0;
a(n) == 3 (mod 6) for n>0;
a(2*n-1) == 3 (mod 5), a(2*n) == 2 (mod 5), for n>0;
a(2*n-1) == 3 (mod 9), a(2*n) == 6 (mod 9), for n>0;
a(2*n-1) == 3 (mod 10), a(2*n) == 7 (mod 10), for n>0.
a(n) ~ c * 2^(3/2) * Pi^(3/2) * d^n * n^(3*n+1/2) / exp(3*n), where d = 13.2458829063958687527098..., c = 0.281041890716214414121... . - Vaclav Kotesovec, Dec 05 2015
EXAMPLE
G.f.: A(x) = 1 + 3*x + 177*x^2 + 43743*x^3 + 28317777*x^4 +...
PROG
(PARI) {a(n)=polcoeff(sum(m=0, n, (3*m)!/2^m*x^m/prod(k=1, m, 1+k^3*x+x*O(x^n))), n)}
for(n=0, 21, print1(a(n), ", "))
CROSSREFS
Sequence in context: A113270 A091324 A198446 * A217443 A270245 A093434
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Sep 20 2012
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)