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.

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.

This page as a plain text file.
%I A119898 #12 Jun 13 2016 09:05:41
%S A119898 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,
%T A119898 91,51,81,71,21,31,41,61,95,55,85,75,25,35,45,65,12,19,15,18,17,13,14,
%U A119898 16,10,11,97,57,87,77,27,37,47,67,92,52,82,72,22,32,42,62,94,54,84,74,24
%N 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.
%C A119898 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.
%e A119898 Eerht, Enin, Eno, Evif, Neves, Orez, Owt, Ruof, Thgie, Xis;
%e A119898 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, ...
%t A119898 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 *)
%Y A119898 Cf. A000052, A004740, A019440, A026081, A001058, A057846, A108067, A072991.
%K A119898 nonn,word,base,less
%O A119898 1,1
%A A119898 _Jonathan Vos Post_, Aug 01 2006
%E A119898 Data and example corrected by _Giovanni Resta_, Jun 13 2016