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.

This page as a plain text file.
%I A095356 #6 Aug 29 2024 01:57:04
%S A095356 0,0,0,3,3,6,16,13,10,14,26,22,98,85,203,359,625,1067,1881,3166,6069
%N A095356 Ratio A095106(n)/A095093(n) rounded to nearest integer.
%F A095356 a(n) = 0 if A095093(n) is 0, otherwise a(n) = round(A095106(n)/A095093(n)).
%Y A095356 Cf. A095355, where the same ratios are given round down.
%K A095356 nonn,more
%O A095356 1,4
%A A095356 _Antti Karttunen_, Jun 12 2004