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!)
A274489 a(n) = floor(sinh(n) / n^2). 0
1, 0, 1, 1, 2, 5, 11, 23, 50, 110, 247, 565, 1308, 3067, 7264, 17355, 41790, 101327, 247205, 606456, 1495255, 3703422, 9210589, 22994029, 57603919, 144770421, 364916488, 922357821, 2337297441 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
This sequence has some elements in common with A018112 (-> elements 1, 2, 5, 11, 23, 50, 110).
The sum of the reciprocals of a(n) (for n>=2) converges to 2.870623225848376377857...
LINKS
FORMULA
a(n) = floor(sinh(n)/(n^2)), for n >= 1.
MATHEMATICA
Table[Floor[Sinh[n]/n^2], {n, 30}] (* Harvey P. Dale, Nov 15 2018 *)
PROG
(PARI) a(n)=localprec(19); localprec((n-log(2))\log(10)+9); sinh(n)\n^2 \\ Charles R Greathouse IV, Nov 10 2016
CROSSREFS
Sequence in context: A358912 A083380 A018112 * A192415 A201779 A067149
KEYWORD
nonn,easy,hear
AUTHOR
Alessandro Polcini, Nov 10 2016
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 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)