The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A351880 Expansion of e.g.f. 1 / (1 - x)^cos(x). 2
1, 1, 2, 3, 6, 15, 105, 924, 8204, 73461, 700005, 7323976, 84472146, 1064285027, 14492861747, 211738655608, 3302847261448, 54800458320345, 963864555797385, 17914985159719376, 350861004976886190, 7221748369472388727, 155853930324297011719, 3519121773604369318856 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = -Sum_{k=1..n} (-1)^k * binomial(n-1,k-1) * A009410(k) * a(n-k).
a(n) ~ n! * n^(cos(1)-1) / Gamma(cos(1)). - Vaclav Kotesovec, Feb 23 2022
MATHEMATICA
nmax = 23; CoefficientList[Series[1/(1 - x)^Cos[x], {x, 0, nmax}], x] Range[0, nmax]!
PROG
(PARI) my(x='x+O('x^30)); Vec(serlaplace(1/(1-x)^cos(x))) \\ Michel Marcus, Feb 23 2022
CROSSREFS
Sequence in context: A305857 A014627 A145781 * A109162 A215659 A028688
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 23 2022
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 May 15 09:54 EDT 2024. Contains 372540 sequences. (Running on oeis4.)