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!)
A013933 Numbers k such that the sum of the first k nonsquarefree numbers is nonsquarefree. 4
1, 2, 5, 9, 15, 16, 17, 24, 25, 26, 27, 29, 31, 32, 33, 35, 37, 40, 41, 43, 44, 45, 49, 50, 51, 58, 59, 61, 64, 66, 69, 72, 76, 77, 79, 80, 81, 82, 83, 84, 85, 88, 89, 93, 94, 95, 99, 101, 102, 103, 104, 108, 109, 110, 111, 116, 117, 118, 120, 133, 134, 137, 142, 146, 147, 149 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
A013929(a(n)) = A013934(n). - Amiram Eldar, Feb 11 2021
MATHEMATICA
nsf = Select[Range[400], !SquareFreeQ[#] &]; Position[Accumulate@nsf, _?(!SquareFreeQ[#] &)] // Flatten (* Amiram Eldar, Feb 11 2021 *)
CROSSREFS
Sequence in context: A320996 A051892 A006599 * A101201 A184535 A033096
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from David W. Wilson
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 March 28 12:26 EDT 2024. Contains 371254 sequences. (Running on oeis4.)