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.

A077433 Number of separating zeros to represent A077431.

This page as a plain text file.
%I A077433 #6 Dec 07 2019 08:19:33
%S A077433 0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,
%T A077433 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
%U A077433 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2
%N A077433 Number of separating zeros to represent A077431.
%F A077433 a(n) = floor((floor(log_10(2*n^2))+1)/2).
%e A077433 a(256)=3, as A077431(256)=256000256 and A077432(256)=256000256^2=65536'131072'065536; two zeros would not be enough, as 25600256^2 = 65537'31072'65536.
%Y A077433 a(n) = floor(A077430(n)/2).
%K A077433 nonn,base
%O A077433 1,23
%A A077433 _Reinhard Zumkeller_, Nov 05 2002