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!)
A027201 a(n) = self-convolution of row n of array T given by A026714. 1
1, 2, 11, 52, 269, 1380, 7333, 37772, 203145, 1044234, 5643127, 28956878, 156801451, 803721390, 4356085375, 22313412784, 120988175101, 619498949770, 3359774186871, 17198982565682, 93286822081343, 477471877247444, 2589948726805741, 13254933617607980 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
A027201 := proc(n)
add( A026714(n, k)*A026714(n, n-k), k=0..n) ;
end proc:
seq(A027201(n), n=0..30) ; # R. J. Mathar, Oct 21 2019
CROSSREFS
Sequence in context: A181290 A026996 A110308 * A026933 A346925 A052171
KEYWORD
nonn
AUTHOR
EXTENSIONS
NAME corrected by Sean A. Irvine, Oct 21 2019
More terms from Ray Chandler, Oct 22 2019
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 25 13:01 EDT 2024. Contains 371969 sequences. (Running on oeis4.)