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.

A024583 a(n) = floor(n/{n*Pi}), where { } = fractional part.

This page as a plain text file.
%I A024583 #11 Apr 11 2021 21:49:37
%S A024583 7,7,7,7,7,7,7,60,32,24,19,17,15,14,121,60,41,32,27,24,21,191,89,60,
%T A024583 46,38,32,29,273,121,79,60,49,41,36,369,154,99,74,60,50,44,485,191,
%U A024583 121,89,71,60,52,627,230,143,105,83,69,60,805,273,166,121,95,79,68,1033,319,191,137,108
%N A024583 a(n) = floor(n/{n*Pi}), where { } = fractional part.
%H A024583 Clark Kimberling, <a href="/A024583/b024583.txt">Table of n, a(n) for n = 1..1000</a>
%t A024583 Table[Floor[n/FractionalPart[n*Pi]], {n, 70}] (* _Clark Kimberling_, Aug 18 2012 *)
%Y A024583 Cf. A024584.
%K A024583 nonn
%O A024583 1,1
%A A024583 _Clark Kimberling_