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.

Previous Showing 11-12 of 12 results.

A177366 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)=7.

Original entry on oeis.org

7, 17, 1127, 311237, 51222347, 615233141557, 91625324451667, 11182634465467719, 1519273747576971829, 181112838495861472859, 23113293104115961577879, 1029115212311413510618788109, 40391182143124155116197118129, 50501212163154175126207138159, 80581252183164225146227148169
Offset: 1

Views

Author

Keywords

Comments

For a Mathematica program, see A177360 (you have to slightly modify it) [From Jasper Mulder (jasper.mulder(AT)planet.nl), Jun 04 2010]

Examples

			Seven; one seven; one one, two sevens; three ones, one twos, three sevens; five ones, two twos, thwo threes, four sevens; six ones, five twos, three threes, one four, one five, five sevens; etc.
		

Crossrefs

Extensions

Terms corrected using values in b-file. - N. J. A. Sloane, Oct 05 2010

A174831 a(n) is the concatenation of the frequency of 0's, 1's, 2's etc. in the entries a(0) up to a(n-1).

Original entry on oeis.org

0, 1, 11, 13, 1401, 26011, 3811101, 4121210101, 61622201010001, 1119522020100010001, 1922822120100110001001, 27281122120200110001002001, 37331622120200210001002001000011
Offset: 0

Views

Author

Keywords

Comments

Like A006920 but starting from a(0)=0.

Examples

			a(2) = 1|1 because there is 1 zero and 1 one in the entries a(0) and a(1).
a(3) = 1|3 because there are 1 zero and 3 ones in the entries a(0) to a(2).
a(7) = 4|12|1|2|1|0|1|0|1 because there are 4 zeros, 12 ones, 1 two, 2 threes, 1 four, 0 fives,..., 1 eight in the entries a(0) to a(6).
		

Crossrefs

Extensions

Definition corrected by Paolo P. Lava, Apr 04 2010
Definition rephrased, examples added, keyword:base added - R. J. Mathar, Aug 10 2010
Previous Showing 11-12 of 12 results.