The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A372028 Numbers k such that A124652(k) divides A372111(k-1). 2

%I #73 May 05 2024 19:55:09

%S 3,5,7,11,12,13,15,16,17,18,20,22,24,26,27,28,29,30,31,33,40,41,42,43,

%T 44,46,49,50,51,53,55,58,59,60,62,63,64,66,67,68,69,70,71,72,73,78,79,

%U 80,92,93,95,98,101,102,103,104,105,107,109,111,112,115,116,117

%N Numbers k such that A124652(k) divides A372111(k-1).

%C Contains A372009(m), m > 1.

%C For k in this sequence, A124652(k) has the same relationship with A372111(k-1) as A109890(i) has with A109735(i-1) for i > 2.

%H Michael De Vlieger, <a href="/A372028/b372028.txt">Table of n, a(n) for n = 1..10000</a>

%H Michael De Vlieger, <a href="/A372028/a372028.png">Log log scatterplot of A124652(n)</a>, n = 1..10^5, showing A124652(a(n)) in green, but A124652(a(n)) that are prime in red.

%F A124652(a(n)) is a number in row A372111(a(n)-1) of A027750.

%e Let b(x) = A124652(x) and s(x) = A372111(x), where A372111 contains partial sums of A124652.

%e a(1) = 3 since b(3) = 3, a divisor of s(2) = 3.

%e a(2) = 5 since b(5) = 5, a divisor of s(4) = 10.

%e a(3) = 7 since b(7) = 6, a divisor of s(6) = 24, etc.

%t nn = 120; c[_] := False;

%t rad[x_] := rad[x] = Times @@ FactorInteger[x][[All, 1]];

%t f[x_] := Select[Range[x], Divisible[x, rad[#]] &];

%t Array[Set[{a[#], c[#]}, {#, True}] &, 2]; s = a[1] + a[2];

%t Reap[Do[r = f[s]; k = SelectFirst[r, ! c[#] &];

%t If[Divisible[s, k], Sow[i]]; c[k] = True;

%t s += k, {i, 3, nn}] ][[-1, 1]]

%Y Cf. A007947, A027750, A109735, A109890, A124652, A372009, A372111, A372399.

%K nonn

%O 1,1

%A _Michael De Vlieger_, May 05 2024

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 May 31 15:57 EDT 2024. Contains 373003 sequences. (Running on oeis4.)