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!)
A050513 a(n) = (-1)^n * Sum_{i=0..n} binomial(n+1,i+1)*prime(i+1). 2
2, -7, 20, -53, 136, -341, 836, -2005, 4712, -10881, 24770, -55763, 124464, -275933, 608282, -1334119, 2911870, -6325091, 13674120, -29425307, 63042232, -134517425, 285984130, -606056545, 1280778342, -2700105565, 5680099084, -11925792491 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
Table[(-1)^(n-1)*Sum[Binomial[n, k]*Prime[k], {k, 1, n}], {n, 1, 20}] (* Vaclav Kotesovec, Mar 01 2016 *)
CROSSREFS
Cf. A030015.
Sequence in context: A066373 A096005 A050532 * A348571 A128183 A027418
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Dec 28 1999
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 March 28 22:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)