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!)
A191291 The number of bases >=2 in which n is 3-digit number. 2
0, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,16
LINKS
FORMULA
a(n) = floor(sqrt(n))-floor(n^(1/3)) = A000196(n) - A048766(n).
MATHEMATICA
Table[Floor[Sqrt[n]]-Floor[CubeRoot[n]], {n, 90}] (* Harvey P. Dale, Mar 22 2023 *)
PROG
(PARI) a(n)=sqrtint(n)-floor((n+.5)^(1/3)) \\ Charles R Greathouse IV, Jan 03 2013
CROSSREFS
Cf. A191279.
Sequence in context: A328680 A256707 A151963 * A131841 A309432 A230261
KEYWORD
nonn,easy,base
AUTHOR
Vladimir Shevelev, May 29 2011
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 April 23 06:45 EDT 2024. Contains 371906 sequences. (Running on oeis4.)