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!)
A331473 Alternating sum of (n+1)*A000108(n+1). 1
1, 3, 12, 44, 166, 626, 2377, 9063, 34695, 133265, 513381, 1982763, 7674937, 29767223, 115655452, 450067268, 1753894162, 6843602438, 26734398172, 104548010228, 409243597192, 1603372802888, 6286998311062, 24670701224714, 96877958811586, 380673221064366 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Hankel transform is A331474.
Alternating sum of A001791(n+1).
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^(n-k)*(k+1)*A000108(k+1).
a(n) = Sum_{k=0..n} (-1)^(n-k)*binomial(2*k+2,k).
G.f.: (1 - 2*x - sqrt(1-4*x))/(2*x^2*(1+x)*sqrt(1-4*x)).
a(n) = binomial(2*n+4, n+1)*hypergeom ([1, n+5/2, n+3], [n+2, n+4], -4) + (-1)^n*(3*sqrt(5) - 5)/10. - Peter Luschny, Jan 18 2020
D-finite with recurrence +(n+2)*a(n) +(-5*n-4)*a(n-1) +2*(n-5)*a(n-2) +4*(2*n-1)*a(n-3)=0. - R. J. Mathar, Apr 27 2020
MAPLE
a := n -> binomial(2*n+4, n+1)*hypergeom([1, n+5/2, n+3], [n+2, n+4], -4) + (-1)^n*(3*sqrt(5) - 5)/10:
seq(simplify(a(n)), n=0..25); # Peter Luschny, Jan 18 2020
PROG
(PARI) a(n) = sum(k=0, n, (-1)^(n-k)*binomial(2*k+2, k)); \\ Michel Marcus, Jan 18 2020
CROSSREFS
Sequence in context: A220633 A296225 A109437 * A005656 A339066 A260146
KEYWORD
nonn
AUTHOR
Paul Barry, Jan 17 2020
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)