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.

A029694 n-th bit in binary expansion of cube root of n.

This page as a plain text file.
%I A029694 #5 Mar 30 2012 17:20:46
%S A029694 1,0,1,0,1,0,0,0,0,1,0,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,
%T A029694 0,1,0,0,0,0,1,1,0,0,1,1,0,1,1,1,0,0,1,0,0,1,0,0,1,0,1,0,1,0,0,0,1,0,
%U A029694 1,0,0,0,1,1,1,0,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0
%N A029694 n-th bit in binary expansion of cube root of n.
%t A029694 Array[ Function[ n, RealDigits[ N[ Power[ n, 1/3 ], n+6 ], 2 ]// (#[ [ 1, n ] ])& ], 110 ]
%K A029694 nonn,base
%O A029694 1,1
%A A029694 _Olivier Gérard_