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.

A028581 Quotients associated with A024011.

This page as a plain text file.
%I A028581 #18 Apr 16 2022 09:41:24
%S A028581 1,2,9,15001,10736033,731778483019656
%N A028581 Quotients associated with A024011.
%t A028581 lst={}; s=0; Do[p=Prime[n]; s=s+p; r=s/p; If[r==IntegerPart[r], AppendTo[lst, r]], {n, 1, 10^6}]; lst (* _Vladimir Joseph Stephan Orlovsky_, Aug 07 2008 *)
%Y A028581 Cf. A024011, A007506, A028582.
%K A028581 nonn,nice,more
%O A028581 1,2
%A A028581 _G. L. Honaker, Jr._
%E A028581 a(5) from Kok Seng Chua (chuaks(AT)ihpc.nus.edu.sg), May 14 2000
%E A028581 a(6) from _Paul W. Dyson_, Apr 16 2022