|
| |
|
|
A144126
|
|
P_6(2n+1), the Legendre polynomial of order 6 at 2n+1.
|
|
2
| |
|
|
1, 8989, 213445, 1651609, 7544041, 25289461, 69125869, 163456945, 346843729, 676661581, 1234422421, 2131762249, 3517093945, 5582925349, 8573842621, 12795158881, 18622228129, 26510424445, 37005786469, 50756327161
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
LINKS
| Index to sequences with linear recurrences with constant coefficients, signature (7,-21,35,-35,21,-7,1).
|
|
|
MATHEMATICA
| Table[LegendreP[6, 2n+1], {n, 0, 50}] (* N. J. A. Sloane, Nov 17 2009 *)
|
|
|
PROG
| (PARI) a(n)=pollegendre(6, n+n+1) \\ Charles R Greathouse IV, Oct 25 2011
|
|
|
CROSSREFS
| Cf. A160739.
Sequence in context: A172689 A172782 A034589 * A202531 A106770 A102484
Adjacent sequences: A144123 A144124 A144125 * A144127 A144128 A144129
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 11 2008
|
|
|
EXTENSIONS
| Definition corrected by N. J. A. Sloane, Nov 17 2009
|
| |
|
|