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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009017 E.g.f. cos(x*exp(x)). 0
1, 0, -1, -6, -23, -60, -1, 1526, 15121, 106344, 579359, 1870418, -8716487, -251210388, -3217413473, -31518844530, -245728084447, -1260370850736, 3075924210623, 208464730479658, 3846319817704841, 52691292058337940 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

FORMULA

a(n):=sum(k=0..n/2, binomial(n,2*k)*(2*k)^(n-2*k)*(-1)^k), n>0, a(0)=1. [From Vladimir Kruchinin, Jun 29 2011]

PROG

(Maxima)

a(n):=if n=0 then 1 else sum(binomial(n, 2*k)*(2*k)^(n-2*k)*(-1)^k, k, 0, n/2); [From Vladimir Kruchinin, Jun 29 2011]

CROSSREFS

Sequence in context: A026817 A189713 A162267 * A119712 A005745 A045618

Adjacent sequences:  A009014 A009015 A009016 * A009018 A009019 A009020

KEYWORD

sign,easy

AUTHOR

R. H. Hardin (rhhardin(AT)att.net)

EXTENSIONS

Extended with signs Mar 15 1997 by Olivier Gerard.

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 February 14 07:14 EST 2012. Contains 205586 sequences.