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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079633 a(n)=floor(n/floor(n^(1/3)))-floor(n^(2/3)). 0
0, 1, 1, 2, 3, 3, 4, 0, 0, 1, 1, 1, 1, 2, 1, 2, 2, 3, 2, 3, 3, 4, 3, 4, 4, 5, 0, 0, 0, 1, 1, 0, 1, 1, 1, 2, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 2, 3, 3, 3, 4, 4, 3, 4, 4, 4, 5, 5, 4, 5, 5, 5, 6, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 2, 1, 1, 1, 2, 2, 2, 1, 2, 2, 2, 2, 3, 3, 2, 2, 3, 3, 3, 3, 4, 3, 3, 3, 4, 4, 4, 4, 4, 4 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

FORMULA

for n>4 : Max (a(k) : 1<=k<=n ) =ceil(n^(1/3)) + 2 if n is a cube or a cube minus 1; Max (a(k) : 1<=k<=n ) =ceil(n^(1/3)) + 1 otherwise

PROG

(PARI) a(n)=floor(n/floor(n^(1/3)+10^-20))-floor(n^(2/3)+10^-20)

CROSSREFS

Sequence in context: A010120 A012887 A177876 * A060573 A103893 A106448

Adjacent sequences:  A079630 A079631 A079632 * A079634 A079635 A079636

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Jan 30 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 16 05:39 EST 2012. Contains 205860 sequences.