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.

A152611 Assign weights to the nonnegative integers as in A073327, then sort them by weight.

Original entry on oeis.org

1, 10, 5, 9, 8, 6, 3, 2, 4, 11, 0, 7, 15, 50, 18, 80, 40, 19, 12, 90, 16, 60, 13, 30, 51, 14, 20, 1000000000, 55, 59, 81, 100, 17, 70, 58, 5000000000, 9000000000, 85, 89, 500, 900, 1000000000000000000000000000000000, 41, 56, 91, 53, 8000000000, 88, 800, 52
Offset: 1

Views

Author

Matthew Goers, Oct 26 2009, Nov 02 2009, Nov 03 2009

Keywords

Comments

We are using U.S. spelling, as in A108067 rather than A004740, and we ignore hyphens and spaces.
In the case of ties, sort by numerical value.

Examples

			Let wt(n) = A073327(n) denote the weight of n. We have wt(1) = 34 < wt(10) = 39 < wt(5) = 42 = wt(9) = 42 < wt(8) = 49 < ...