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.

A177364 a(n) contains the nonzero frequencies f(d) of digits d=0 .. 9 in all terms up to a(n-1) in concatenated form sorted with respect to d: f(0)//0//f(1)//1//...//f(9)//9. Initial term a(1)=5.

This page as a plain text file.
%I A177364 #9 May 01 2013 21:13:45
%S A177364 5,15,1125,311235,51222345,6152331465,816253248526,919263341054628,
%T A177364 101111128354115663829,2019113210364135865839,40241152143741551067859,
%U A177364 60291172153114195116278869,703712021631242151464710899,10043124218315422516677118119,12052128220318424518697138129
%N A177364 a(n) contains the nonzero frequencies f(d) of digits d=0 .. 9 in all terms up to a(n-1) in concatenated form sorted with respect to d: f(0)//0//f(1)//1//...//f(9)//9. Initial term a(1)=5.
%C A177364 For a Mathematica program, see A177360 (you have to slightly modify it) [From Jasper Mulder (jasper.mulder(AT)planet.nl), Jun 04 2010]
%H A177364 J. Mulder, <a href="/A177364/b177364.txt">Table of n, a(n) for n = 1..25000</a>
%e A177364 Five; one five; one one, two fives; three ones, one two, three fives; five ones, two twos, two threes, four fives; six ones, five twos, three threes, one four, six fives; etc.
%Y A177364 Cf. A060857, A177359-A177363, A177365-A177368
%K A177364 easy,nonn,base
%O A177364 1,1
%A A177364 _Paolo P. Lava_ and _Giorgio Balzarotti_, May 10 2010
%E A177364 Terms corrected using values in b-file. - _N. J. A. Sloane_, Oct 05 2010