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!)
A358491 a(n) = n!*Sum_{m=0..floor((n-1)/2)} 1/(n-m)/binomial(n-m-1,m). 0
1, 1, 5, 10, 74, 216, 2316, 8688, 128880, 581760, 11406240, 59667840, 1482693120, 8782905600, 266800262400, 1762116249600, 63536485017600, 462613126348800, 19342202181120000, 153884245616640000, 7325057766297600000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
E.g.f.: log((x-1)^2*(x+1))/(x^2-x-1).
a(n) = n!*Sum_{i=1..n} (F(i)/(n-i+1))*(2*(-1)^(i+1)+(-1)^n), F(n) - Fibonacci numbers.
PROG
(Maxima)
a(n):=n!*sum(1/(n-m)/(binomial(n-m-1, m)), m, 0, floor((n-1)/2));
a(n):=n!*sum((fib(i))/(n-i+1)*(2*(-1)^(i+1)+(-1)^(n)), i, 1, n);
CROSSREFS
Sequence in context: A120834 A089745 A356820 * A316305 A317260 A111992
KEYWORD
nonn
AUTHOR
Vladimir Kruchinin, Nov 19 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 April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)