login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A181933 a(n) = Sum_{k=0..n} binomial(n+k,k)*sin(Pi*(n+k)/2). 0
0, 1, -3, 9, -30, 106, -385, 1421, -5304, 19966, -75658, 288222, -1102790, 4234868, -16312773, 63003869, -243896960, 946066678, -3676303578, 14308370014, -55768166380, 217640082188, -850345208538, 3325907590274, -13020993588680 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

Table of n, a(n) for n=0..24.

MATHEMATICA

f[n_] := Sum[ Binomial[n + k, k] Sin[Pi (n + k)/2], {k, 0, n}]; Array[f, 25, 0]

CROSSREFS

Cf. A026641, A176332.

Sequence in context: A148956 A003409 A029651 * A148957 A148958 A024332

Adjacent sequences:  A181930 A181931 A181932 * A181934 A181935 A181936

KEYWORD

sign

AUTHOR

Robert G. Wilson v, Apr 02 2012

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 19 05:03 EDT 2013. Contains 226390 sequences.