A339946 a(n) = [x^n] 1/Legendre_P(n,(1 - x)/(1 + x)).
2, 24, 812, 52920, 5635002, 889789866, 195289709624, 56872979140536, 21222308525755790, 9874215185197183524, 5604584032515576621372, 3811820779676364251891562, 3060364611485092496329558842, 2863915888926428097267223280790, 3090075825959616714726175633059312
Offset: 1
Links
- Robert Israel, Table of n, a(n) for n = 1..220
Programs
-
Maple
with(orthopoly): a:= n->coeftayl(1/P(n,(1-x)/(1+x)), x = 0, n): seq(a(n), n = 1..20);
Comments