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!)
A121644 Slowest increasing sequence with squarefree cumulative sums. 3

%I #11 Sep 04 2015 03:28:09

%S 1,2,3,4,5,6,8,9,13,14,17,19,21,23,25,27,29,31,33,36,39,41,43,44,45,

%T 48,49,50,52,53,59,61,63,64,65,67,68,69,72,73,75,77,82,84,86,87,88,89,

%U 91,92,93,94,96,98,99,100,101,102,104,106,108,110,116,117,119,120,121,123

%N Slowest increasing sequence with squarefree cumulative sums.

%H Zak Seidov, <a href="/A121644/b121644.txt">Table of n, a(n) for n = 1..1000.</a>

%t a = {1}; Do[k = 1; While[Nand[k > a[[n]], SquareFreeQ[Sum[a[[i]], {i, n}] + k]], k++]; AppendTo[a, k], {n, 67}]; a (* _Michael De Vlieger_, Sep 03 2015 *)

%Y Cf. A084693 (non-monotonic version).

%K nonn

%O 1,2

%A _Zak Seidov_, Aug 13 2006

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 July 3 01:13 EDT 2024. Contains 373960 sequences. (Running on oeis4.)