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!)
A367330 a(n) = 27^n * Sum_{k=0..n} (-1)^k*binomial(-1/3, k)^2. 4
1, 24, 684, 17880, 493785, 13108608, 358702272, 9579537792, 261039317220, 6992695897440, 190104989730480, 5101807912472160, 138496042650288420, 3721234160086727040, 100918032317551270080, 2713823288825315967360, 73545091414048811297745 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
In general, for m>1, Sum_{k>=0} (-1)^k * binomial(-1/m,k)^2 = 2^(-1/m) * sqrt(Pi) / (Gamma(1 - 1/(2*m)) * Gamma(1/2 + 1/(2*m))).
LINKS
FORMULA
a(n) ~ Gamma(1/3)^3 * 3^(3*n+1) / (2^(8/3) * Pi^2).
MATHEMATICA
Table[27^n*Sum[(-1)^k*Binomial[-1/3, k]^2, {k, 0, n}], {n, 0, 16}]
CROSSREFS
Sequence in context: A291066 A160038 A322746 * A184274 A093456 A189412
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Nov 14 2023
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 August 14 09:40 EDT 2024. Contains 375159 sequences. (Running on oeis4.)