The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A114287 Sum of the cubes of the first n noncubefree numbers. 1
0, 512, 4608, 18432, 38115, 70883, 134883, 245475, 402939, 578555, 840699, 1213947, 1725947, 2257388, 2938860, 3823596, 4948460, 6208172, 7613100, 9341100, 11294225, 13391377, 15851752, 18367208, 21353192, 24865000, 28961000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=1..n} A046099(k)^3.
a(n) ~ c * n^4, where c = (zeta(3)/(zeta(3)-1))^3/4 = 52.6373493984... . - Amiram Eldar, Feb 20 2024
EXAMPLE
a(10) = 8^3 + 16^3 + 24^3 + 27^3 + 32^3 + 40^3 + 48^3 + 54^3 + 56^3 + 64^3 = 840699.
MATHEMATICA
noncubeFreeQ[n_] := Max[FactorInteger[n][[;; , 2]]] > 2; Join[{0}, Accumulate[Select[Range[200], noncubeFreeQ]^3]] (* Amiram Eldar, Feb 20 2024 *)
CROSSREFS
Sequence in context: A017067 A186845 A239917 * A061209 A017259 A017367
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Nov 20 2005
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 May 23 01:37 EDT 2024. Contains 372758 sequences. (Running on oeis4.)