cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A354360 Positions of 1's in A354366.

This page as a plain text file.
%I A354360 #4 Jun 08 2022 10:18:26
%S A354360 1,2,4,6,8,9,12,16,18,20,24,25,27,28,30,32,36,40,44,45,48,49,50,52,54,
%T A354360 56,60,63,64,68,72,75,76,80,81,84,88,90,92,96,98,99,100,104,108,112,
%U A354360 116,117,120,121,124,125,126,128,132,135,136,140,144,147,148,150,152,153,156,160,162,164,168,169,171,172,175
%N A354360 Positions of 1's in A354366.
%o A354360 (PARI) isA354360(n) = (1==A354366(n)); \\ Uses the program from A354366.
%Y A354360 Cf. A354365, A354366.
%K A354360 nonn
%O A354360 1,2
%A A354360 _Antti Karttunen_, Jun 07 2022