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!)
A110125 Row sums of a scaled Legendre triangle. 2
1, 1, 1, 9, 43, 213, 1507, 12537, 114325, 1144221, 12512373, 148351881, 1892798733, 25816700309, 374406371121, 5748436717505, 93098093268755, 1585364420710205, 28305454044441843, 528500175862180033, 10295596472841577779 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Row sums of A110124.
LINKS
FORMULA
a(n)=sum{k=0..n, 2^(n-k)*LegendreP(n-k, k)}.
MAPLE
f := n -> add(2^(n-k)*orthopoly[P](n-k, k), k=0..n):
map(f, [$0..30]); # Robert Israel, Jun 17 2019
PROG
(PARI) a(n)=sum(k=0, n, pollegendre(n-k, k)<<(n-k)) \\ Charles R Greathouse IV, Mar 19 2017
CROSSREFS
Sequence in context: A330088 A281773 A220676 * A221751 A275793 A223647
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Jul 13 2005
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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)