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!)
A360229 Row sums of triangle A360173. 2
0, 1, 3, 6, 16, 36, 73, 156, 324, 677, 1405, 2864, 5906, 12058, 24548, 49928, 101434, 206173, 417141, 844256, 1707622, 3452998, 6970196, 14058528, 28368774, 57197983, 115239846, 232020596, 467296470, 940684267, 1892396396, 3805806218, 7654402454, 15391563411 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
b:= proc(n) option remember; `if`(n=0, 1, (p->
add((t-> `if`(i<n, 0, t*x^(i-n))+t*x^(i+n))(
coeff(p, x, i)), i=0..degree(p)))(b(n-1)))
end:
a:= proc(n) option remember; (p->
add(i*coeff(p, x, i), i=0..degree(p)))(b(n))
end:
seq(a(n), n=0..35); # Alois P. Heinz, Jan 30 2023
CROSSREFS
Sequence in context: A130095 A293993 A072824 * A369432 A089406 A027852
KEYWORD
nonn
AUTHOR
John Tyler Rascoe, Jan 30 2023
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 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)