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!)
A354138 a(n) is the numerator of Sum_{k=0..n} (-1)^k / (2*k)!. 1
1, 1, 13, 389, 4357, 1960649, 258805669, 47102631757, 11304631621681, 691843455246877, 1314502564969066301, 607300185015708631061, 335229702128671164345673, 217899306383636256824687449, 32946375125205802031892742289, 848027998784883070051677094421 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Numerators of coefficients in expansion of cos(sqrt(x)) / (1 - x).
EXAMPLE
1, 1/2, 13/24, 389/720, 4357/8064, 1960649/3628800, 258805669/479001600, ...
MATHEMATICA
Table[Sum[(-1)^k/(2 k)!, {k, 0, n}], {n, 0, 15}] // Numerator
nmax = 15; CoefficientList[Series[Cos[Sqrt[x]]/(1 - x), {x, 0, nmax}], x] // Numerator
PROG
(PARI) a(n) = numerator(sum(k=0, n, (-1)^k/(2*k)!)); \\ Michel Marcus, May 24 2022
CROSSREFS
Sequence in context: A370379 A302700 A194489 * A356740 A275651 A203972
KEYWORD
nonn,frac
AUTHOR
Ilya Gutkovskiy, May 24 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 August 10 08:32 EDT 2024. Contains 375044 sequences. (Running on oeis4.)