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!)
A286611 Numbers n for which A019565(n) <= A087207(n). 5

%I #8 Jun 20 2017 23:11:25

%S 17,19,34,37,41,43,47,53,59,61,65,67,69,71,73,74,79,82,83,86,89,97,

%T 101,103,106,107,109,113,118,122,127,129,131,134,137,139,141,142,145,

%U 146,148,149,151,157,158,163,164,166,167,173,177,178,179,181,183,191,193,194,197,199,201,202,206,211,212

%N Numbers n for which A019565(n) <= A087207(n).

%C Any 2-cycle of A087207 and also any 2-cycle of A019565 (in which case A019565(x) = A087207(x) for both members of the cycle), if such cycles exist at all, must have the both of its members included in this sequence.

%H Antti Karttunen, <a href="/A286611/b286611.txt">Table of n, a(n) for n = 1..10000</a>

%H <a href="/index/Bi#binary">Index entries for sequences related to binary expansion of n</a>

%H <a href="/index/Pri#prime_indices">Index entries for sequences computed from indices in prime factorization</a>

%o (PARI)

%o A007947(n) = factorback(factorint(n)[, 1]);

%o A048675(n) = { my(f = factor(n)); sum(k=1, #f~, f[k, 2]*2^primepi(f[k, 1]))/2; }; \\ After _Michel Marcus_

%o A087207(n) = A048675(A007947(n));

%o A019565(n) = {my(j,v); factorback(Mat(vector(if(n, #n=vecextract(binary(n), "-1..1")), j, [prime(j), n[j]])~))}; \\ This function from _M. F. Hasler_

%o isA286611(n) = (A019565(n) <= A087207(n));

%o n=0; k=1; while(k <= 10000, n=n+1; if(isA286611(n),write("b286611.txt", k, " ", n);k=k+1));

%o (Scheme, with _Antti Karttunen_'s IntSeq-library)

%o (define A286611 (MATCHING-POS 1 1 (lambda (n) (<= (A019565 n) (A087207 n)))))

%Y Cf. A019565, A087207, A285315, A285316, A286609.

%Y Intersection with A286608 gives A286612.

%K nonn,base

%O 1,1

%A _Antti Karttunen_, Jun 20 2017

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 September 8 01:34 EDT 2024. Contains 375749 sequences. (Running on oeis4.)