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!)
A371697 Row sums of triangle A370262. 1
1, 2, 11, 113, 1732, 35509, 914213, 28372686, 1031486867, 43009596241, 2023804597256, 106098215717113, 6133027601141401, 387563995785510010, 26581805841852520619, 1966679438751901515329, 156133093759166939659212, 13239463980230688450540781, 1194277034550296812912993853 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k = 0..n} binomial(n+k, n-k)/(2*k+1) * (2*n+1)^k
a(n)^2 = 2/(2*n + 1)^3 * (T(2*n+1, n+3/2) - 1), where T(n, x) denotes the n-th Chebyshev polynomial of the first kind.
MAPLE
seq(add(binomial(n+k, n-k)/(2*k+1) * (2*n+1)^k, k = 0..n), n = 0..20);
CROSSREFS
Cf. A370262.
Sequence in context: A205073 A069574 A090534 * A373795 A286869 A373645
KEYWORD
nonn,easy
AUTHOR
Peter Bala, Apr 03 2024
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 August 10 09:16 EDT 2024. Contains 375044 sequences. (Running on oeis4.)