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!)
A262783 Terms of A173143 (partial sums of squarefree numbers) that are square. 1
1, 144, 6084, 33856, 37636, 6310144, 10150596, 14668900, 20007729, 3292234884, 39600602001, 92437853419755481, 2849708967414258609 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Intersection of A000290 and A173143.
a(12) > 10^15. - Jon E. Schoenfield, Oct 11 2015
a(14) > 3*10^21. The first 13 terms are the sums of the first 1, 21, 141, 331, 354, 4555, 5785, 6949, 8110, 104070, 360930, 551460217, 3061889301 squarefree numbers. - Giovanni Resta, Aug 19 2018
LINKS
EXAMPLE
The sum of the first 14 squarefree integers is 1 + 2 + 3 + 5 + 6 + 7 + 10 + 11 + 13 + 14 + 15 + 17 + 19 + 21 = 144, a square.
PROG
(PARI) lista(nn) = {s = 0; i = 0; for (n=1, nn, if (issquarefree(n), i++; s += n; if (issquare(s), print1(s, ", ")); ); ); }
CROSSREFS
Sequence in context: A371251 A259318 A231744 * A182920 A299858 A308285
KEYWORD
nonn,more
AUTHOR
Michel Marcus, Oct 01 2015
EXTENSIONS
a(12)-a(13) from Giovanni Resta, Aug 19 2018
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 19 17:39 EDT 2024. Contains 371797 sequences. (Running on oeis4.)