The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A068554 a(n) = n*binomial(2n, n) - 4^n. 1
-1, -2, -4, -4, 24, 236, 1448, 7640, 37424, 175436, 798984, 3565448, 15672656, 68098936, 293196944, 1253020976, 5322318944, 22491436556, 94632958664, 396682105256, 1657418948624, 6905368852136, 28697991157424, 119000162557136 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Known to be >= 0 for n>3.
REFERENCES
Hojoo Lee, Posting to Number Theory List, Feb 18 2002.
LINKS
FORMULA
From Robert Israel, Nov 13 2016: (Start)
a(n) = A005430(n) - A000302(n).
G.f.: (2*x-sqrt(1-4*x))/(1-4*x)^(3/2).
a(n) = ((16*(n-2))*(2*n-5)*a(n-3)-(4*(8*n^2-23*n+18))*a(n-2)+(2*(5*n-4))*(n-1)*a(n-1))/(n*(n-1)). (End)
MAPLE
seq(n*binomial(2*n, n)-4^n, n=0..40); # Robert Israel, Nov 13 2016
MATHEMATICA
Table[n*Binomial[2n, n]-4^n, {n, 0, 30}] (* Harvey P. Dale, Nov 17 2012 *)
CROSSREFS
Sequence in context: A322635 A129826 A009296 * A371373 A092524 A137787
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Mar 23 2002
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 21 02:29 EDT 2024. Contains 372720 sequences. (Running on oeis4.)