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!)
A009192 E.g.f. exp(log(1+x)*cos(x)). 1
1, 1, 0, -3, -6, 15, 75, 84, -1820, -123, -10725, 475816, -3554562, 32763107, -501958275, 6877337128, -95130710792, 1486984480729, -24736452203529, 430314112493264, -7930867848273070, 154362838472661367, -3154456665148212743 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n)=sum(k=0..n, (sum(m=1..(n-k)/2, binomial(n,2*m)*(stirling1(n-2*m,k)*(sum(i=0..(k-1)/2, (k-2*i)^(2*m)*binomial(k,i)))*(-1)^(m))))/2^(k-1)+(stirling1(n,k))). - Vladimir Kruchinin, Jun 29 2011
E.g.f.: (1+x)^cos(x). - Vaclav Kotesovec, Jul 28 2018
a(n) ~ (-1)^n * n! / (Gamma(-cos(1)) * n^(1 + cos(1))). - Vaclav Kotesovec, Jul 28 2018
PROG
(Maxima)
a(n):=sum((sum(binomial(n, 2*m)*(stirling1(n-2*m, k)*(sum((k-2*i)^(2*m)*binomial(k, i), i, 0, (k-1)/2))*(-1)^(m)), m, 1, (n-k)/2))/2^(k-1)+(stirling1(n, k)), k, 0, n); /* Vladimir Kruchinin, Jun 29 2011 */
CROSSREFS
Sequence in context: A102356 A208662 A102936 * A013273 A013277 A190187
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)