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.

A030319 Position of n-th 1 in A030317.

This page as a plain text file.
%I A030319 #11 Jun 05 2016 10:19:54
%S A030319 1,2,3,4,6,7,8,9,10,13,14,16,17,18,19,21,22,23,24,25,26,30,31,34,35,
%T A030319 36,38,40,41,43,44,45,46,47,50,51,52,54,55,56,57,58,60,61,62,63,64,65,
%U A030319 66,71,72,76,77,78,81,83,84,87,88,89,90,92,95
%N A030319 Position of n-th 1 in A030317.
%H A030319 Ivan Neretin, <a href="/A030319/b030319.txt">Table of n, a(n) for n = 1..10000</a>
%t A030319 Flatten@Position[Flatten@Table[IntegerDigits[2 n - 1, 2], {n, 21}], 1] (* _Ivan Neretin_, Jun 05 2016 *)
%K A030319 nonn,base
%O A030319 1,2
%A A030319 _Clark Kimberling_