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.

A243036 Number of entries of length n in A240602.

This page as a plain text file.
%I A243036 #14 Jun 28 2014 02:58:39
%S A243036 2,1,2,1,2,2,4,1,2,2,4,2,4,4,8,1,2,2,4,2,4,4,8,2,4,4,8,4,8,8,16,1,2,2,
%T A243036 4,2,4,4,8,2,4,4,8,4,8,8,16,2,4,4,8,4,8,8,16,4,8,8,16,8,16,16,32,1,2,
%U A243036 2,4,2,4,4,8,2,4,4,8,4,8,8,16,2,4,4,8,4
%N A243036 Number of entries of length n in A240602.
%C A243036 For n>0, a(2^n) = 1.
%C A243036 For any base b, a(1) = b, a(2) = b-1, a(3) = b*(b-1), for m>1, a(2m) = a(m), a(2m+1) = b*a(m).
%C A243036 For any base b, a(n) = (b-1)*b^(A000120(n)-1).
%C A243036 Essentially the same as A048896. - _R. J. Mathar_, Jun 27 2014
%F A243036 a(1) = 2, a(2) = 1, a(3) = 2, For m>1, a(2m) = a(m), a(2m+1) = 2*a(m).
%F A243036 a(n) = 2^(A000120(n)-1).
%Y A243036 Cf. A240602, A243035, A000120.
%K A243036 nonn,base
%O A243036 1,1
%A A243036 _Lior Manor_, May 29 2014