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!)
A349114 a(n) = 4^n * P(n, 2*n), where P(n, x) is n-th Legendre polynomial. 2
1, 8, 376, 33984, 4526176, 797459200, 174910868224, 45926958135296, 14047764722238976, 4905641267399503872, 1925859774286175997952, 839619968812285810868224, 402496047174560754869846016, 210424519428145503482634174464, 119148510992477432889126160826368 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Legendre Polynomial.
FORMULA
a(n) ~ 2^(4*n) * n^(n - 1/2) / sqrt(Pi).
MATHEMATICA
Table[4^n*LegendreP[n, 2*n], {n, 0, 16}]
PROG
(PARI) a(n) = 4^n*pollegendre(n, 2*n); \\ Michel Marcus, Nov 08 2021
CROSSREFS
Sequence in context: A038016 A221775 A206690 * A266920 A072447 A326877
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 25 11:21 EDT 2024. Contains 371967 sequences. (Running on oeis4.)