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!)
A074500 Difference between n*sqrt(n)+1 and prime(n), rounded to nearest integer. 0

%I #4 Feb 17 2015 20:35:58

%S 0,1,1,2,1,3,3,5,5,4,6,6,7,10,12,12,12,16,17,19,24,25,28,30,29,33,38,

%T 42,48,52,47,51,54,60,59,66,69,72,78,81,85,92,92,100,106,114,112,111,

%U 117,126,132,137,146,147,152,157,162,172,177,185,194,196,194,202,212

%N Difference between n*sqrt(n)+1 and prime(n), rounded to nearest integer.

%F a(n) = round(n*sqrt(n) + 1 - prime(n)).

%e a(3) = round(3*sqrt(3) + 1 - prime(3)) = round(5.196... + 1 - 5) = round(1.196...) = 1.

%K nonn

%O 1,4

%A _Werner D. Sand_, Sep 26 2002

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 September 13 20:16 EDT 2024. Contains 375910 sequences. (Running on oeis4.)