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!)
A279886 a(n) = A057863(n+1) * Sum_{k=0..n}(k! / (2*k+1)!!). 1
1, 4, 66, 7200, 6917400, 72442188000, 9822893856930000, 19942863749656848000000, 687732249521129504041350000000, 450437284567157389148103391935000000000, 6194243041031315772374678081343893262937500000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ Pi/2 * A057863(n+1).
a(0) = 1, a(n) = a(n-1) * (2*n+1)!! + n! * A057863(n).
MATHEMATICA
Table[Product[(2 k - 1)!!, {k, n + 1}] Sum[(j!/(2 j + 1)!!), {j, 0, n}], {n, 0, 10}] (* Michael De Vlieger, Dec 22 2016 *)
PROG
(PARI) a(n) = prod(k=0, n, prod(i=0, k, 2*i+1))*sum(k=0, n, k!/prod(i=0, k, 2*i+1));
CROSSREFS
Cf. A057863.
Sequence in context: A025585 A302657 A198893 * A048828 A225940 A003360
KEYWORD
nonn,easy
AUTHOR
Daniel Suteu, Dec 21 2016
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)