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!)
A027207 Self-convolution of row n of array T given by A026725. 1
1, 2, 6, 26, 91, 414, 1519, 6980, 26176, 120596, 457880, 2110422, 8076044, 37211408, 143165518, 659264978, 2546261659, 11717539646, 45387607779, 208729977124, 810316893827 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
A027207 := proc(n)
add( A026725(n, k)*A026725(n, n-k), k=0..n) ;
end proc: # R. J. Mathar, Oct 21 2019
CROSSREFS
Sequence in context: A317867 A092438 A240296 * A027231 A083845 A027239
KEYWORD
nonn
AUTHOR
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 07:34 EDT 2024. Contains 371905 sequences. (Running on oeis4.)