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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087208 Expansion of exp(x)/(1-x^2). 3
1, 1, 3, 7, 37, 141, 1111, 5923, 62217, 426457, 5599531, 46910271, 739138093, 7318002277, 134523132927, 1536780478171, 32285551902481, 418004290062513, 9879378882159187, 142957467201379447, 3754163975220491061 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n) = Sum_{k=0..floor(n/2)} n!/(n-2*k)!.

a(n) = n*(n-1)*a(n-2) + 1. - Vladeta Jovovic (vladeta(AT)eunet.rs), Aug 24 2004

a(n) = (A000522(n)+(-1)^n*A000166(n))/2. - Vladeta Jovovic (vladeta(AT)eunet.rs), Aug 24 2004

a(n)=sum{k=0..n, binomial(n, k)(1+(-1)^k)k!/2} Binomial transform of A010050 (with interpolated zeros). - Paul Barry (pbarry(AT)wit.ie), Sep 14 2004

a(n) = Sum[P(n, k)[1, 0, 1, 0, 1, 0...](k), {k, 0, n}]. - Ross La Haye (rlahaye(AT)new.rr.com), Aug 29 2005

a(n) = (1/(2*exp(1))) * [int(t^n*exp(1-abs(1-t)), t=0..2) + int([(2+t)^n+(-t)^n] * exp(-t), t=0..infinity)]- Groux Roland, Jan 15 2011

CROSSREFS

Cf. A002747.

Sequence in context: A049493 A020463 A057625 * A161675 A086031 A174734

Adjacent sequences:  A087205 A087206 A087207 * A087209 A087210 A087211

KEYWORD

nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Oct 19 2003

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 17 09:16 EST 2012. Contains 206009 sequences.