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!)
A194095 Record values in A056595. 3

%I #16 Mar 16 2023 16:03:42

%S 0,1,3,4,6,7,10,14,15,17,20,22,24,30,32,37,44,45,46,54,60,62,66,68,74,

%T 77,78,92,93,96,114,124,138,154,160,168,186,188,189,191,204,216,234,

%U 252,282,314,328,348,378,380,391,420,440,468,474,488,504,508,564

%N Record values in A056595.

%C a(n) = A056595(A194096(n)) and A056595(m) < a(n) for m < A194096(n).

%H Amiram Eldar, <a href="/A194095/b194095.txt">Table of n, a(n) for n = 1..655</a>

%t mx = -1; t = {}; Do[s = Length[Select[Divisors[n], ! IntegerQ[Sqrt[#]] &]]; If[s > mx, mx = s; AppendTo[t, {n, mx}]], {n, 1000000}]; Transpose[t][[2]] (* _T. D. Noe_, Aug 15 2011 *)

%t DeleteDuplicates[Table[Count[Divisors[n],_?(#!=Floor[Sqrt[#]]^2&)],{n,10^6}],GreaterEqual] (* _Harvey P. Dale_, Mar 16 2023 *)

%Y Cf. A002183.

%K nonn

%O 1,3

%A _Reinhard Zumkeller_, Aug 15 2011

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 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)