cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A383542 a(n) = round(Shi(n)) where Shi(x) is the sinh integral function.

Original entry on oeis.org

0, 1, 3, 5, 10, 20, 43, 96, 220, 519, 1246, 3036, 7480, 18599, 46596, 117478, 297780, 758319, 1938952, 4975454, 12807826, 33063593, 85572336, 221983185, 577057696, 1502975453, 3921470496, 10248248560, 26822559296, 70299597879, 184486604704, 484727787984
Offset: 0

Views

Author

Kritsada Moomuang, May 05 2025

Keywords

Comments

This sequence is almost the same as A383692, 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.

Crossrefs

Cf. A383692.

Programs

  • Mathematica
    a[n_]:=Round[SinhIntegral[n]]; Array[a,31]
Showing 1-1 of 1 results.