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!)
A027203 a(n) = Sum_{k=0..n-2} T(n,k) * T(n,k+2), with T given by A026714. 1
1, 10, 75, 450, 2814, 15202, 89623, 466252, 2677281, 13691160, 77546684, 393047294, 2209036094, 11140807218, 62325916869, 313402240000, 1748294223916, 8775335427968, 48864101440273, 244988564184682, 1362584143931457 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
LINKS
MAPLE
A027203 := proc(n)
add( A026714(n, k)*A026714(n, k+2), k=0..n-2) ;
end proc:
seq(A027203(n), n=2..30) ; # R. J. Mathar, Oct 21 2019
CROSSREFS
Sequence in context: A283238 A316462 A022734 * A291003 A305784 A053464
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)