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!)
A167871 a(n) = 64^n * Sum_{k=0..n} binomial(2*k,k)^3 / 64^k. 5
1, 72, 4824, 316736, 20614104, 1335305664, 86248451520, 5560325134848, 357992555533272, 23026456586057408, 1479999826835627328, 95071036081670530560, 6104320340924619384256, 391801560518407856592384 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The expression a(n) = B^n*Sum_{k=0..n} binomial(2*k,k)/B^k gives A006134 for B=1, A082590 (B=2), A132310 (B=3), A002457 (B=4), A144635 (B=5), A167713 (B=16).
The expression a(n) = B^n*Sum_{k=0..n} binomial(2*k,k)^3/B^k gives A079727 for B=1, A167867 (B=2), A167868 (B=3), A167869 (B=4), A167870 (B=16), A167871 (B=64).
p^2 divides all a(n) from n = (p-1)/2 to n = p-1 for prime p of the form p = 4k+3, p = {3,7,11,19,23,31,43,47,59,...} = A002145.
p^2 divides all a(n) from n = (2p-1 - (p-1)/2) to n = 2p-1 for prime p of the form p = 4k+3.
p^2 divides all a(n) from n = (3p-1 - (p-1)/2) to n = 3p-1 for prime p of the form p = 4k+3.
p^2 divides all a(n) from n = (p^2-1)/2 to n = p^2-1 for prime p of the form p = 4k+3.
REFERENCES
W. Feller, An Introduction to Probability Theory and Its Applications, Vol. 1, 3rd ed., Wiley, 1968, p. 361.
LINKS
FORMULA
a(n) = 64^n * Sum_{k=0..n} binomial(2*k,k)^3 / 64^k.
Recurrence: n^3*a(n) = 8*(4*n-1)*(4*n^2 - 2*n + 1)*a(n-1) - 512*(2*n-1)^3 *a(n-2). - Vaclav Kotesovec, Aug 14 2013
a(n) ~ 64^n*(Pi/GAMMA(3/4)^4 - 2/(Pi^(3/2)*sqrt(n))). - Vaclav Kotesovec, Aug 14 2013
MATHEMATICA
Table[64^n Sum[Binomial[2k, k]^3/64^k, {k, 0, n}], {n, 0, 20}] (* Vincenzo Librandi, Mar 26 2012 *)
CROSSREFS
Sequence in context: A286930 A327375 A054557 * A103861 A358117 A358116
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Nov 14 2009
EXTENSIONS
More terms from Sean A. Irvine, Apr 25 2010
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.)