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!)
A027209 a(n) = Sum_{k=0..n-2} T(n,k) * T(n,k+2), with T given by A026725. 1
1, 7, 34, 173, 741, 3549, 14670, 68683, 279715, 1294598, 5233060, 24052965, 96822587, 442972139, 1778697948, 8110611295, 32516501991, 147897243768, 592346459071, 2688895275974, 10762289869782, 48776681304283, 195143578562778, 883272843800993, 3532739195660162 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
LINKS
MAPLE
A027209 := proc(n)
add( A026725(n, k)*A026725(n, k+2), k=0..n-2) ;
end proc: # R. J. Mathar, Oct 21 2019
CROSSREFS
Sequence in context: A124466 A055271 A209890 * A209807 A351588 A080048
KEYWORD
nonn
AUTHOR
EXTENSIONS
Name corrected by R. J. Mathar, Oct 21 2019
More terms from Sean A. Irvine, Oct 24 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 17 22:02 EDT 2024. Contains 371767 sequences. (Running on oeis4.)