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.

A158508 Assign weights to the nonnegative integers by multiplying the place value (a = 1, ..., z = 26) of the letters in the US English name (ignoring hyphens and spaces) as in A075831, then sort them by weight. Sort ties by numerical value.

Original entry on oeis.org

1, 10, 6, 5, 2, 9, 4, 0, 8, 3, 7, 50, 11, 40, 80, 60, 15, 12, 90, 30, 20, 18, 16, 19, 70, 51, 13, 14, 56, 55, 17, 52
Offset: 0

Views

Author

Matthew Goers, Nov 03 2009

Keywords

Examples

			Let wt(n) = A075831(n), then wt(1) = 1050 < wt(10) = 1400 < wt(6) = 4104 etc.