login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A104058
a(n) = |{k^2: 0 <= k^2 <= n}| + |{k^3: 0 <= k^3 <= n}|.
1
2, 4, 4, 4, 5, 5, 5, 5, 6, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 10, 11, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 15, 15, 15, 15, 15, 15
OFFSET
0,1
FORMULA
a(n) = 2 + floor(n^(1/2)) + floor(n^(1/3)).
CROSSREFS
Cf. A104055.
Sequence in context: A088650 A097154 A108421 * A132345 A178976 A352426
KEYWORD
nonn
AUTHOR
Giovanni Teofilatto, Mar 02 2005
EXTENSIONS
Better definition from Emeric Deutsch, Mar 25 2005
STATUS
approved