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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079643 floor(n/floor(sqrt(n))). 0
1, 2, 3, 2, 2, 3, 3, 4, 3, 3, 3, 4, 4, 4, 5, 4, 4, 4, 4, 5, 5, 5, 5, 6, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 7, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 8, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 9, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 10, 9, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(A064801(n))=sqrtint(A064801(n)); a(A005563(n))=2+sqrtint(sqrt(A005563(n)))

For m = positive integer, terms a(m^2) through a(m^2+m-1) each equal m; terms a(m^2+m) through a(m^2+2m-1) each equal m+1; term a(m^2+2m) equals m+2. - Leroy Quet Apr 02 2007

MATHEMATICA

Table[Floor[n/Floor[Sqrt[n]]], {n, 100}] (* From Harvey P. Dale, Sep 22 2011 *)

PROG

(PARI) a(n)=floor(n/sqrtint(n))

CROSSREFS

Sequence in context: A051686 A079294 A076733 * A118480 A104377 A109337

Adjacent sequences:  A079640 A079641 A079642 * A079644 A079645 A079646

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Jan 31 2003

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 15 21:56 EST 2012. Contains 205860 sequences.