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!)
A373658 a(n) = Sum_{k=0..n} binomial(n, k)*A050446(n, n - k). Alternating row sums of A373660. 1
1, 3, 13, 88, 749, 8128, 105453, 1606368, 28047561, 552980736, 12149820237, 294451219712, 7803392603109, 224513730740224, 6969658947747357, 232210548740331008, 8265038127738534417, 312994090288528379904, 12565925964816171109069, 533124629548518534705152 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
a := n -> local k; add(binomial(n, k) * A050446(n, n - k), k = 0..n):
seq(a(n), n = 0..19);
CROSSREFS
Sequence in context: A244755 A002725 A324028 * A097711 A114477 A345104
KEYWORD
nonn
AUTHOR
Peter Luschny, Jun 13 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 16 16:05 EDT 2024. Contains 375177 sequences. (Running on oeis4.)