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!)
A367331 a(n) = 27^n * Sum_{k=0..n} (-1)^k*binomial(1/3, k)^2. 4
1, 24, 657, 17664, 477828, 12888288, 348197220, 9397548288, 253804616001, 6851337236952, 185014241769825, 4994797849546752, 134872057740184128, 3641273395825798656, 98320397048549301312, 2654515896013953110016, 71674988018612154171876 (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) ~ 2^(5/3) * Pi * 3^(3*n + 1/2) / Gamma(1/3)^3.
MATHEMATICA
Table[27^n*Sum[(-1)^k*Binomial[1/3, k]^2, {k, 0, n}], {n, 0, 16}]
CROSSREFS
Sequence in context: A274957 A288816 A268473 * A291066 A160038 A322746
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 July 15 19:27 EDT 2024. Contains 374334 sequences. (Running on oeis4.)