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!)
A174172 Partials sums of A001694. 2
1, 5, 13, 22, 38, 63, 90, 122, 158, 207, 271, 343, 424, 524, 632, 753, 878, 1006, 1150, 1319, 1515, 1715, 1931, 2156, 2399, 2655, 2943, 3232, 3556, 3899, 4260, 4652, 5052, 5484, 5925, 6409, 6909, 7421, 7950, 8526, 9151, 9799, 10474, 11150, 11879, 12663 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Rafael Jakimczuk, The kernel of powerful numbers, International Mathematical Forum, Vol. 12, No. 15 (2017), pp. 721-730, Theorem 2.7, p. 729.
FORMULA
a(n) = Sum_{i=1..n} A001694(i).
a(n) ~ (zeta(3)^2/(3*zeta(3/2)^2)) * n^3. - Amiram Eldar, Jan 30 2023
a(n) = c * A001694(n)^(3/2) + o(A001694(n)^(3/2)), where c = zeta(3/2)/(3*zeta(3)) = 0.7244181041... (Jakimczuk, 2017). - Amiram Eldar, May 13 2023
MATHEMATICA
Accumulate @ Select[Range[1000], # == 1 || Min[FactorInteger[#][[;; , 2]]] > 1 &] (* Amiram Eldar, Jan 30 2023 *)
PROG
(PARI) lista(kmax) = {my(s = 0); for(k = 1, kmax, if(k==1 || vecmin(factor(k)[, 2]) > 1, s += k; print1(s, ", "))); } \\ Amiram Eldar, May 13 2023
CROSSREFS
Sequence in context: A160170 A277189 A060004 * A076408 A006353 A155142
KEYWORD
nonn
AUTHOR
Jonathan Vos Post, Mar 10 2010
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 June 2 00:37 EDT 2024. Contains 373032 sequences. (Running on oeis4.)