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!)
A358966 a(n) = n!*Sum_{m=1..floor(n/2)} 1/(m*binomial(n-1,2*m-1)*n). 0
0, 0, 1, 1, 5, 9, 70, 178, 2132, 6900, 118536, 462936, 10606752, 48446496, 1397029824, 7305837120, 254261617920, 1498370192640, 61084867115520, 400578023738880, 18717879561984000, 135203360447232000, 7123176975979008000, 56195977439927808000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
E.g.f.: (-Li_2(2*x-x^2)-2*Li_2(-x))/(2*x-2).
PROG
(Maxima)
a(n):=n!*sum(1/(m*(binomial(n-1, 2*m-1))*n), m, 1, floor(n/2));
CROSSREFS
Sequence in context: A370613 A347991 A179100 * A304538 A306123 A365580
KEYWORD
nonn
AUTHOR
Vladimir Kruchinin, Dec 07 2022
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 3 07:46 EDT 2024. Contains 372206 sequences. (Running on oeis4.)