login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062836 Floor[ Sum_{k=1..n,p(k)^2} / Sum_{k=1..n,p(k)-1} ]. 0

%I #6 Dec 15 2017 17:35:16

%S 4,4,5,6,9,10,13,14,17,20,22,25,28,30,33,36,39,42,45,48,51,54,56,60,

%T 63,66,70,73,75,78,82,85,89,92,96,99,103,107,110,114,117,121,125,128,

%U 131,135,138,142,146,150,154,157,161,165,168,172,176,180,183,187,190,194

%N Floor[ Sum_{k=1..n,p(k)^2} / Sum_{k=1..n,p(k)-1} ].

%o (PARI) j=[]; for(n=1,150,j=concat(j,floor(sum(k=1,n, prime(k)^2)/sum(k=1,n, prime(k)-1)))); j

%K nonn

%O 1,1

%A _Jason Earls_, Jul 21 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 20 00:15 EDT 2024. Contains 375310 sequences. (Running on oeis4.)