login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Numbers n such that A324187(n) = 0.
5

%I #10 Feb 19 2019 00:11:14

%S 0,6,60,98,108,928,930,946,1874,3506,6688,7496,7980,13640,14476,15148,

%T 15956,27168,30290,30292,32752,59528,59986,60556,60580,64338,65432,

%U 108680,109732,119972,121108,126280,126872,130856,218276,229160,242210,242306,438914,454552,484420,484640,485512,496904,507032,518688,522848,523400,811556,877636

%N Numbers n such that A324187(n) = 0.

%C Sequence A243071(A001599(k)), k >= 1, sorted into ascending order. See also comments in A324185.

%C Also positions of zeros in A324189.

%H Antti Karttunen, <a href="/A324199/b324199.txt">Table of n, a(n) for n = 1..164 (all terms up to size 2^26)</a>

%o (PARI) for(n=0,2^21,if(0==A324187(n),print1(n,", "))); \\ Uses code from A324187.

%Y Cf. A001599, A243071, A324185, A324187, A324189.

%Y Cf. A324200 (subsequence).

%K nonn

%O 1,2

%A _Antti Karttunen_, Feb 17 2019

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 23 18:10 EDT 2024. Contains 376182 sequences. (Running on oeis4.)