login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Quotients associated with A024011.
3

%I #18 Apr 16 2022 09:41:24

%S 1,2,9,15001,10736033,731778483019656

%N Quotients associated with A024011.

%t 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 Cf. A024011, A007506, A028582.

%K nonn,nice,more

%O 1,2

%A _G. L. Honaker, Jr._

%E a(5) from Kok Seng Chua (chuaks(AT)ihpc.nus.edu.sg), May 14 2000

%E a(6) from _Paul W. Dyson_, Apr 16 2022