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!)
A337736 The number of cubefull numbers (A036966) between the consecutive cubes n^3 and (n+1)^3. 6
0, 1, 1, 1, 1, 2, 1, 2, 1, 2, 0, 4, 2, 1, 3, 0, 3, 1, 2, 1, 3, 2, 0, 2, 5, 1, 3, 1, 1, 3, 3, 2, 1, 3, 1, 2, 2, 2, 1, 2, 2, 3, 6, 1, 1, 1, 4, 1, 1, 3, 3, 1, 3, 4, 1, 2, 3, 1, 2, 3, 2, 3, 2, 3, 3, 2, 1, 4, 2, 1, 1, 0, 7, 1, 1, 4, 3, 2, 2, 2, 3, 3, 2, 0, 4, 2, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
COMMENTS
For each k >= 0 the sequence of solutions to a(x) = k has a positive asymptotic density (Shiu, 1991).
LINKS
P. Shiu, The distribution of cube-full numbers, Glasgow Mathematical Journal, Vol. 33, No. 3 (1991), pp. 287-295. See section 3, p. 291.
FORMULA
Asymptotic mean: lim_{m->oo} (1/m) Sum_{k=1..m} a(k) = A362974 - 1 = 3.659266... . - Amiram Eldar, May 11 2023
EXAMPLE
a(2) = 1 since there is one cubefull number, 16 = 2^4, between 2^3 = 8 and 3^3 = 27.
MATHEMATICA
cubQ[n_] := Min[FactorInteger[n][[;; , 2]]] > 2; a[n_] := Count[Range[n^3 + 1, (n + 1)^3 - 1], _?cubQ]; Array[a, 100]
CROSSREFS
Sequence in context: A230583 A197366 A245715 * A047885 A072731 A221169
KEYWORD
nonn
AUTHOR
Amiram Eldar, Sep 17 2020
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)