OFFSET
1,2
COMMENTS
This sequence is almost the same as A383542, except at n = 0, where Chi(0) is undefined, and at n = 2, where Shi(2) = 2.50156... rounds to 3, while Chi(2) = 2.45266... rounds to 2.
FORMULA
a(n) ~ exp(n)/(2*n). - Vaclav Kotesovec, Sep 30 2025
MATHEMATICA
a[n_]:=Round[CoshIntegral[n]]; Array[a, 31]
CROSSREFS
KEYWORD
nonn
AUTHOR
Kritsada Moomuang, May 05 2025
STATUS
approved
