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!)
A279136 a(n) = n*Sum_{i=0..n-1} binomial(n,i)*binomial(i-1,n-i-1)/(n-i). 0
0, 1, 3, 10, 27, 76, 210, 589, 1659, 4708, 13428, 38479, 110682, 319411, 924339, 2681410, 7794939, 22702396, 66229212, 193495279, 566069052, 1658026093, 4861703289, 14269842184, 41922504570, 123265254451, 362719839225, 1068105234304 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: (3*x^3+sqrt(-3*x^2-2*x+1)*(x^2+4*x-3)-3*x^2-7*x+3)/(sqrt(-3*x^2-2*x+1)*(2*x^3-x^2-2*x+1)-3*x^3+x^2+3*x-1).
D-finite with recurrence: +n*a(n) +(-3*n+2)*a(n-1) +2*(-n+1)*a(n-2) +2*(3*n-7)*a(n-3) +(n-2)*a(n-4) +3*(-n+4)*a(n-5)=0. - R. J. Mathar, Mar 12 2017
PROG
(Maxima)
(3*x^3+sqrt(-3*x^2-2*x+1)*(x^2+4*x-3)-3*x^2-7*x+3)/(sqrt(-3*x^2-2*x+1)*(2*x^3-x^2-2*x+1)-3*x^3+x^2+3*x-1);
taylor(%, x, 0, 27);
CROSSREFS
Sequence in context: A000501 A154496 A027251 * A127912 A005956 A262724
KEYWORD
nonn
AUTHOR
Vladimir Kruchinin, Dec 06 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 26 21:53 EDT 2024. Contains 372004 sequences. (Running on oeis4.)