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!)
A349113 a(n) = 8^n * P(3*n, n), where P(n, x) is n-th Legendre polynomial. 2
1, 8, 40636, 748832256, 37759888297756, 4086692369433395200, 815254385427670754825764, 270587150855247020644760551424, 138859707622050969870951620062449436, 104286590422721059977069662227099300134912, 109828573459404650800550127862919905133973562480 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
In general, for k>=1, P(k*n, n) ~ 2^(k*n) * n^(k*n) / sqrt(k*Pi*n).
LINKS
Eric Weisstein's World of Mathematics, Legendre Polynomial.
FORMULA
a(n) ~ 2^(6*n) * n^(3*n - 1/2) / sqrt(3*Pi).
MATHEMATICA
Table[8^n*LegendreP[3*n, n], {n, 0, 12}]
PROG
(PARI) a(n) = 8^n*pollegendre(3*n, n); \\ Michel Marcus, Nov 08 2021
CROSSREFS
Sequence in context: A013788 A156178 A256423 * A175855 A063374 A067055
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Nov 08 2021
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 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)