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.

A095356 Ratio A095106(n)/A095093(n) rounded to nearest integer.

Original entry on oeis.org

0, 0, 0, 3, 3, 6, 16, 13, 10, 14, 26, 22, 98, 85, 203, 359, 625, 1067, 1881, 3166, 6069
Offset: 1

Views

Author

Antti Karttunen, Jun 12 2004

Keywords

Crossrefs

Cf. A095355, where the same ratios are given round down.

Formula

a(n) = 0 if A095093(n) is 0, otherwise a(n) = round(A095106(n)/A095093(n)).