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!)
A347517 Partial sums of A347516. 3
1, 2, 3, 4, 5, 6, 7, 9, 10, 12, 13, 15, 16, 18, 19, 21, 22, 24, 25, 27, 28, 30, 31, 33, 34, 36, 38, 40, 41, 44, 45, 47, 49, 51, 52, 55, 56, 58, 60, 62, 63, 66, 67, 69, 71, 73, 74, 77, 78, 80, 82, 84, 85, 88, 89, 91, 93, 95, 96, 99, 100, 102, 104, 107, 108, 111, 112, 115, 117, 119, 120, 124, 125, 127, 129, 132, 133, 136 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: (1/(1 - x)) * Sum_{k>=1} x^(k^3)/(1 - x^k).
MATHEMATICA
f[n_] := DivisorSum[n, 1 &, # <= n^(1/3) &]; Accumulate @ Array[f, 100] (* Amiram Eldar, Sep 04 2021 *)
PROG
(PARI) N=99; x='x+O('x^N); Vec(sum(k=1, N^(1/3), x^k^3/(1-x^k))/(1-x))
(PARI) a(n) = sum(k=1, n, sumdiv(k, d, d^3<=k)); \\ Michel Marcus, Sep 05 2021
CROSSREFS
Sequence in context: A144769 A165737 A349996 * A358992 A033104 A191325
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 04 2021
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 September 6 00:26 EDT 2024. Contains 375701 sequences. (Running on oeis4.)