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!)
A183868 a(n) = n + floor(2*sqrt(n+1)); complement of A079524. 1
3, 5, 7, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 23, 24, 25, 26, 27, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
A183868 := proc(n) n+floor(2*sqrt(n+1)) ; end proc: # R. J. Mathar, Feb 06 2011
MATHEMATICA
Table[n+Floor[2*Sqrt[n+1]], {n, 60}] (* Harvey P. Dale, Nov 05 2013 *)
CROSSREFS
Cf. A079524.
Sequence in context: A134407 A218979 A325417 * A346232 A299542 A144724
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jan 07 2011
STATUS
approved

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 March 28 07:20 EDT 2024. Contains 371235 sequences. (Running on oeis4.)