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!)
A013934 Nonsquarefree numbers k such that the sum of all nonsquarefree numbers <= k is nonsquarefree. 4
4, 8, 16, 25, 44, 45, 48, 63, 64, 68, 72, 76, 81, 84, 88, 92, 98, 104, 108, 116, 117, 120, 126, 128, 132, 150, 152, 156, 164, 169, 175, 184, 196, 198, 204, 207, 208, 212, 216, 220, 224, 232, 234, 243, 244, 245, 256, 261, 264, 268, 270, 279, 280, 284, 288, 297, 300, 304 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Amiram Eldar, Table of n, a(n) for n = 1..10000

FORMULA

a(n) = A013929(A013933(n)). - Amiram Eldar, Feb 11 2021

MATHEMATICA

nsf = Select[Range[400], ! SquareFreeQ[#] &]; nsf[[Position[Accumulate@nsf, _?(!SquareFreeQ[#] &)] // Flatten]] (* Amiram Eldar, Feb 11 2021 *)

CROSSREFS

Cf. A013929, A013933, A013935.

Sequence in context: A193452 A003451 A277029 * A167189 A050470 A138501

Adjacent sequences: A013931 A013932 A013933 * A013935 A013936 A013937

KEYWORD

nonn

AUTHOR

Henri Lifchitz

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 29 19:01 EDT 2023. Contains 361599 sequences. (Running on oeis4.)