[go: up one dir, main page]

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!)
Revision History for A024397 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
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,...
(history; published version)
#12 by Vaclav Kotesovec at Thu Jan 02 04:07:18 EST 2020
STATUS

editing

approved

#11 by Vaclav Kotesovec at Thu Jan 02 04:06:56 EST 2020
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

#10 by Vaclav Kotesovec at Thu Jan 02 04:05:28 EST 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 *)

STATUS

approved

editing

#9 by N. J. A. Sloane at Thu Jan 02 00:36:39 EST 2020
STATUS

proposed

approved

#8 by Andrew Howroyd at Wed Jan 01 23:34:10 EST 2020
STATUS

editing

proposed

#7 by Andrew Howroyd at Wed Jan 01 23:33:56 EST 2020
CROSSREFS

Cf. A024218, A024384.

STATUS

proposed

editing

#6 by Andrew Howroyd at Wed Jan 01 23:20:51 EST 2020
STATUS

editing

proposed

#5 by Andrew Howroyd at Wed Jan 01 23:12:59 EST 2020
NAME

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,...

DATA

2, 6, 146, 1164, 32108, 432720, 14141360, 271332960, 10373558240, 259311694080, 11400458720000, 351858201408000, 17517836995904000, 644027147554560000, 35846613866733824000, 1530195810548224512000, 94207122098479233536000, 4580941398125400354816000

LINKS

Andrew Howroyd, <a href="/A024397/b024397.txt">Table of n, a(n) for n = 1..100</a>

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

Cf. A024384.

EXTENSIONS

Terms a(11) and beyond from Andrew Howroyd, Jan 01 2020

STATUS

approved

editing

#4 by Russ Cox at Fri Mar 30 18:55:54 EDT 2012
AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

Clark Kimberling

Discussion
Fri Mar 30 18:55
OEIS Server: https://oeis.org/edit/global/285
#3 by N. J. A. Sloane at Fri May 16 03:00:00 EDT 2003
KEYWORD

nonn,new

nonn

AUTHOR

Clark Kimberling (ck6@cedar.(AT)evansville.edu)

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 August 31 00:13 EDT 2024. Contains 375550 sequences. (Running on oeis4.)