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!)
A349077 a(n) = 4^n * P(2*n, n), where P(n, x) is n-th Legendre polynomial. 4
1, 4, 886, 575296, 748553926, 1638884021248, 5430931463592636, 25386301852394340352, 159203574262026117932614, 1290247693627696897075707904, 13126820230906199855332092508756, 163819123650250694146607819756929024, 2460884002303138397686849151579559249436 (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 - 1/2) * n^(2*n - 1/2) / sqrt(Pi).
MATHEMATICA
Table[4^n*LegendreP[2*n, n], {n, 0, 15}]
PROG
(PARI) a(n) = 4^n*pollegendre(2*n, n); \\ Michel Marcus, Nov 08 2021
CROSSREFS
Sequence in context: A255269 A113896 A159706 * A188978 A333502 A202684
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Nov 07 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 20 11:27 EDT 2024. Contains 371838 sequences. (Running on oeis4.)