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.

Showing 1-3 of 3 results.

A119796 Zero through ten in alphabetical order of English reverse spelling.

Original entry on oeis.org

3, 9, 1, 5, 10, 7, 0, 2, 4, 8, 6
Offset: 1

Views

Author

Jonathan Vos Post, Jul 30 2006

Keywords

Examples

			a(1) = 3 because EERHT comes alphabetically first.
a(2) = 9 because ENIN comes alphabetically second.
a(3) = 1 because ENO comes alphabetically third.
a(4) = 5 because EVIF comes alphabetically fourth.
		

Crossrefs

A119898 1-digit numbers arranged in alphabetical order of English spelling reversed, then the 2-digit numbers so arranged, then the 3-digit numbers, etc.

Original entry on oeis.org

3, 9, 1, 5, 7, 0, 2, 4, 8, 6, 93, 53, 83, 73, 23, 33, 43, 63, 99, 59, 89, 79, 29, 39, 49, 69, 91, 51, 81, 71, 21, 31, 41, 61, 95, 55, 85, 75, 25, 35, 45, 65, 12, 19, 15, 18, 17, 13, 14, 16, 10, 11, 97, 57, 87, 77, 27, 37, 47, 67, 92, 52, 82, 72, 22, 32, 42, 62, 94, 54, 84, 74, 24
Offset: 1

Views

Author

Jonathan Vos Post, Aug 01 2006

Keywords

Comments

Analog of A000052 where the alphabetical order is applied not to English name of integer but to the English name whose letters are then reversed.

Examples

			Eerht, Enin, Eno, Evif, Neves, Orez, Owt, Ruof, Thgie, Xis;
Eerhtytenin, Eerhtytfif, Eerhtythgie, Eerhtytneves, Eerhtytnewt, Eerhtytriht, Eerhtytrof, Eerhtytxis, Eninytenin, Eninytfif, Eninythgie, Eninytneves, Eninytnewt, Eninytriht, Eninytrof, Eninytxis, Enoytenin, Enoytfif, Enoythgie, Enoytneves, Enoytnewt, Enoytriht, Enoytrof, Enoytxis, Evifytenin, Evifytfif, ...
		

Crossrefs

Programs

  • Mathematica
    f[a_, b_] := Sort@ Table[{ StringReverse[ StringReplace[ IntegerName[h, "Words"], {"\[Hyphen]" -> ""}]], h}, {h, a, b}]; Last /@ Join[f[0, 9], f[10, 99]] (* Giovanni Resta, Jun 13 2016 *)

Extensions

Data and example corrected by Giovanni Resta, Jun 13 2016

A187875 Numbers from zero to ten, sorted alphabetically by their French name.

Original entry on oeis.org

5, 2, 10, 8, 9, 4, 7, 6, 3, 1, 0
Offset: 1

Views

Author

Latelio(AT)gmail.com and Olivier Gérard, Mar 14 2011

Keywords

Comments

Initials are c,d,d,h,n,q,s,s,t,u,z.
Starting from a larger set would give a different sequence.

Examples

			Cinq, deux, dix, huit, neuf, quatre, sept, six, trois, un, zéro.
		

References

  • Thread "Alphabète" - Oulipo mailing list, March 22 2011

Crossrefs

French equivalent of A072991. See also A000052.
Showing 1-3 of 3 results.