login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A160743 8*P_7(n), 8 times the Legendre Polynomial of order 7 at n. 2
0, 8, 17593, 389112, 3169562, 15694600, 57385803, 170880248, 438565492, 1005601032, 2110507325, 4124403448, 7599974478, 13331249672, 22425272527, 36386743800, 57216718568, 87526438408, 130667379777, 190878599672, 273452459650, 384919809288, 533255710163 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Index to sequences with linear recurrences with constant coefficients, signature (8,-28,56,-70,56,-28,8,-1).

MAPLE

A160743 := proc(n)

        8*orthopoly[P](7, n) ;

end proc: # R. J. Mathar, Oct 24 2011

MATHEMATICA

Table[8 LegendreP[7, n], {n, 0, 50}]

PROG

(PARI) a(n)=pollegendre(7, n)<<3 \\ Charles R Greathouse IV, Oct 24 2011

CROSSREFS

Sequence in context: A079186 A198404 A079597 * A079182 A079172 A173543

Adjacent sequences:  A160740 A160741 A160742 * A160744 A160745 A160746

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Nov 17 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 12:15 EST 2012. Contains 205909 sequences.