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!)
A161738 Sequence related to the column sums of the BG2 matrix 4
1, 1, 3, 15, 35, 315, 693, 9009, 19305, 328185, 692835, 14549535, 30421755, 760543875, 1579591125, 45808142625, 94670161425, 3124115327025, 6432002143875, 237984079323375, 488493636505875, 20028239096740875 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = product((2*n-3-2*k), k=0..floor(n/2-1)).
numer(a(n+2)/a(n+1)) = A005408(n) for n=>0.
denom(a(n+2)/a(n+1)) = A093178(n) for n=>0.
MATHEMATICA
Table[Product[(2*n - 3 - 2*k), {k, 0, Floor[n/2 - 1]}], {n, 1, 50}] (* G. C. Greubel, Sep 26 2018 *)
PROG
(PARI) for(n=1, 50, print1(prod(k=0, floor(n/2 -1), 2*n-2*k-3), ", ")) \\ G. C. Greubel, Sep 26 2018
(Magma) [1] cat [(&*[2*n-2*k-3:k in [0..Floor(n/2 -1)]]): n in [2..50]]; // G. C. Greubel, Sep 26 2018
CROSSREFS
Sequence in context: A347998 A162441 A001803 * A062741 A185541 A176661
KEYWORD
easy,nonn
AUTHOR
Johannes W. Meijer, Jun 18 2009
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 May 2 19:04 EDT 2024. Contains 372203 sequences. (Running on oeis4.)