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!)
A024397 a(n) = s(1)*s(2)*...*s(n+1)*(1/s(2) - 1/s(3) + ... + c/s(n+1)), where c = (-1)^(n+1) and s(k) = 3k-1 for k = 1,2,3,... 3
2, 6, 146, 1164, 32108, 432720, 14141360, 271332960, 10373558240, 259311694080, 11400458720000, 351858201408000, 17517836995904000, 644027147554560000, 35846613866733824000, 1530195810548224512000, 94207122098479233536000, 4580941398125400354816000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) ~ Gamma(1/3) * (9 - 2*Pi*sqrt(3) + 6*log(2)) * 3^(n - 1/2) * n^(n + 7/6) / (2^(3/2) * sqrt(Pi) * exp(n)). - Vaclav Kotesovec, Jan 02 2020
MATHEMATICA
Table[Product[3*k - 1, {k, 1, n+1}] * Sum[(-1)^k/(3*k - 1), {k, 2, n+1}], {n, 1, 20}] (* Vaclav Kotesovec, Jan 02 2020 *)
PROG
(PARI) a(n)={my(s=vector(n+1, k, 3*k-1)); vecprod(s)*sum(k=2, #s, (-1)^k/s[k])} \\ Andrew Howroyd, Jan 01 2020
CROSSREFS
Sequence in context: A164764 A333444 A274986 * A099185 A015173 A122570
KEYWORD
nonn
AUTHOR
EXTENSIONS
Terms a(11) and beyond from Andrew Howroyd, Jan 01 2020
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 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)