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!)
A184114 n + floor(5*sqrt(n-1)); complement of A184115. 2

%I #9 Mar 30 2012 18:57:13

%S 1,7,10,12,15,17,19,21,23,25,26,28,30,32,33,35,37,38,40,41,43,44,46,

%T 47,49,51,52,53,55,56,58,59,61,62,64,65,67,68,69,71,72,74,75,76,78,79,

%U 80,82,83,85,86,87,89,90,91,93,94,95,97,98,99,101,102,103,105,106,107,108,110,111,112,114,115,116,118,119,120,121,123,124,125,127,128,129,130,132,133,134,135,137,138,139,140,142,143,144,145,147,148,149

%N n + floor(5*sqrt(n-1)); complement of A184115.

%F a(n) = n + floor(5*sqrt(n-1))

%t a=25; b=-25;

%t Table[n+Floor[(a*n+b)^(1/2)],{n,100}]

%t Table[n-1+Ceiling[(n^2-b)/a],{n,90}]

%Y Cf. A184115.

%K nonn,easy

%O 1,2

%A _Clark Kimberling_, Jan 09 2011

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 July 19 22:00 EDT 2024. Contains 374440 sequences. (Running on oeis4.)