The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A061887 n + largest square less than or equal to n; numbers in the range [2k^2,2k^2+2k] for some k. 2
0, 2, 3, 4, 8, 9, 10, 11, 12, 18, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 38, 39, 40, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 128, 129 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = n+[sqrt(n)]^2 = n+A048760(n) = 2n-A053186(n).
EXAMPLE
a(15)=15+9=24; a(16)=16+16=32; a(17)=17+16=33.
MATHEMATICA
Table[n+Floor[Sqrt[n]]^2, {n, 0, 70}] (* Harvey P. Dale, Aug 23 2012 *)
CROSSREFS
Sequence in context: A309314 A309326 A326701 * A005455 A047338 A069811
KEYWORD
nonn
AUTHOR
Henry Bottomley, May 12 2001
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 May 15 01:31 EDT 2024. Contains 372536 sequences. (Running on oeis4.)