login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A068527 Difference between smallest square >= n and n. 9
0, 0, 2, 1, 0, 4, 3, 2, 1, 0, 6, 5, 4, 3, 2, 1, 0, 8, 7, 6, 5, 4, 3, 2, 1, 0, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n) = A048761(n)-n = ceil(sqrt(n))^2-n.

MATHEMATICA

Table[Ceiling[Sqrt[n]]^2-n, {n, 0, 100}] (* From Vladimir Joseph Stephan Orlovsky, Feb 01 2012 *)

CROSSREFS

Cf. A053186, A068869, A066857.

Sequence in context: A131667 A086802 A092488 * A183190 A158454 A049243

Adjacent sequences:  A068524 A068525 A068526 * A068528 A068529 A068530

KEYWORD

nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Mar 21 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 12:23 EST 2012. Contains 206011 sequences.