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.

A188435 Positions of 1 in A188433; complement of A188434.

This page as a plain text file.
%I A188435 #16 Oct 19 2024 21:41:09
%S A188435 1,3,4,6,7,8,9,11,12,14,15,16,17,19,20,21,22,24,25,27,28,29,30,32,33,
%T A188435 35,36,37,38,40,41,42,43,45,46,48,49,50,51,53,54,55,56,58,59,61,62,63,
%U A188435 64,66,67,69,70,71,72,74,75,76,77,79,80,82,83,84,85,87,88,90,91,92,93,95,96,97,98,100,101,103,104,105,106,108,109,110,111,113,114,116,117,118,119
%N A188435 Positions of 1 in A188433; complement of A188434.
%C A188435 See A188433.
%C A188435 Is a(n) = A188010(n+1) for n>=2? - _R. J. Mathar_, Apr 01 2011
%C A188435 Yes, this follows from A188433(n) = 1 - A188009(n), for n > 2, using [-x] = -[x] - 1 for non-integer x. This implies the above and also A188434(n) = A101868(n+1) = A101866(1,n+1) for all n > 1. - _M. F. Hasler_, Dec 14 2017
%t A188435 Flatten[Position[A188433, 1]] (* moved here from A188433 by _M. F. Hasler_, Dec 14 2017 *)
%Y A188435 Cf. A188433, A188434, A188294.
%K A188435 nonn
%O A188435 1,2
%A A188435 _Clark Kimberling_, Mar 31 2011