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-5 of 5 results.

A014254 Liponombres: numbers whose French name does not contain the letter "e".

Original entry on oeis.org

1, 3, 5, 6, 8, 10, 18, 20, 23, 25, 26, 28, 1000000, 1000001, 1000003, 1000005, 1000006, 1000008, 1000010, 1000018, 1000020, 1000023, 1000025, 1000026, 1000028, 3000000, 3000001, 3000003, 3000005, 3000006, 3000008, 3000010
Offset: 1

Views

Author

Keywords

Comments

In French also called: les nombres "évites" ou "apparés".
Could also be called les nombres "epers". - Benoit Cloitre, May 05 2003
French version of eban numbers (A006933): no "e" in name of number in French - "e" perd ("e" lost)!

Examples

			a(1) = 1 ("un"), a(2) = 3 ("trois", not "dEux")
		

References

  • Georges Perec, La disparition, Editions Gallimard, Paris, 1969; English translation: A Void, Harvill, 1994. (A novel that does not use the letter "e". These numbers are not mentioned, however.)

Crossrefs

Programs

Extensions

Additional comments from Bruno Salvy (Bruno.Salvy(AT)inria.fr) and Nicolas Graner (Nicolas.Graner(AT)cri.u-psud.fr), May 11 2003
Corrected by Don Reble, Nov 19 2006
Edited by M. F. Hasler, Nov 11 2015

A233184 a(n) is the least number larger than the total number of letters in the English names for all terms up to and including a(n).

Original entry on oeis.org

5, 9, 16, 26, 35, 40, 49, 59, 66, 76, 86, 95, 109, 129, 149, 166, 186, 200, 209, 229, 249, 266, 286, 300, 316, 339, 359, 380, 399, 418, 439, 459, 480, 496, 510, 530, 546, 566, 586, 600, 609, 629, 649, 666, 686, 700, 716, 739, 759, 780, 799, 819, 840, 856, 879, 900, 905, 926, 945, 965, 986, 1000, 1010, 1030, 1046, 1066, 1086, 1110
Offset: 1

Views

Author

Eric Angelini and M. F. Hasler, Dec 05 2013

Keywords

Comments

See A233185-A233188 for French and German variants.

Programs

  • PARI
    a=0;k=0;for(n=1,99,until( k++ > a + A005589(k),); print1(k,","); a+=A005589(k))

A233188 a(n) is the least number not smaller than the total number of letters in the German names for all terms up to and including a(n).

Original entry on oeis.org

4, 8, 11, 19, 30, 40, 48, 60, 68, 80, 89, 100, 117, 140, 158, 180, 199, 218, 240, 260, 279, 300, 305, 330, 348, 370, 390, 400, 410, 430, 450, 470, 489, 500, 519, 540, 560, 580, 598, 618, 640, 660, 680, 700, 705, 730, 750, 770, 790, 800, 811, 830, 850, 870, 889, 900, 919, 940, 960, 980, 998, 1011, 1030, 1050, 1069, 1090, 1110
Offset: 1

Views

Author

Eric Angelini and M. F. Hasler, Dec 05 2013

Keywords

Comments

See A233187 for a variant using strict inequality, "larger" instead of "not smaller", in the definition. See A233184 and A233185 for related English and French versions.

Programs

  • PARI
    a=0;k=0;for(n=1,99,until( k++ > a + A007208(k),); print1(k,","); a+=A007208(k))

A233187 a(n) is the least number larger than the total number of letters in the German names for all terms up to and including a(n).

Original entry on oeis.org

5, 9, 17, 30, 38, 50, 59, 70, 80, 88, 100, 111, 130, 150, 168, 190, 200, 211, 230, 250, 270, 289, 300, 319, 340, 360, 380, 398, 417, 440, 460, 478, 500, 504, 529, 550, 570, 590, 600, 611, 630, 650, 670, 690, 700, 720, 740, 760, 780, 800, 805, 830, 848, 870, 890, 900, 910, 930, 950, 970, 989, 1000, 1017, 1040, 1058, 1080, 1099
Offset: 1

Views

Author

Eric Angelini and M. F. Hasler, Dec 05 2013

Keywords

Comments

German version of A233184 (English) and A233185 (French). See A233188 for a variant using weak inequality, "not smaller" instead of "larger", in the definition.

Programs

  • PARI
    a=0;k=0;for(n=1,99,until( k++ > a + A007208(k),); print1(k,","); a+=A007208(k))

A233186 a(n) is the least number not smaller than the total number of letters in the French names for all terms up to and including a(n).

Original entry on oeis.org

5, 8, 15, 20, 28, 38, 50, 60, 66, 80, 95, 100, 106, 116, 128, 140, 156, 175, 195, 206, 220, 236, 256, 279, 300, 301, 315, 330, 350, 369, 395, 409, 428, 450, 469, 496, 506, 520, 536, 556, 579, 600, 601, 606, 620, 635, 655, 676, 700, 701, 706, 720, 736, 756, 776, 800, 801, 806, 820, 836, 856, 879, 900, 901, 910, 926, 945, 965, 988
Offset: 1

Views

Author

Eric Angelini and M. F. Hasler, Dec 05 2013

Keywords

Comments

A variant of A233185 and the English version A233184. Whereas in the English case the use of the weak inequality would only change the first, third and fourth term (credits to H. Havermann), there are more differences between the two variants in the French version. See A233187-A233188 for German variants.

Programs

  • PARI
    a=0;k=0;for(n=1,99,until( k++ >= a + A167507(k),); print1(k,","); a+=A167507(k))
Showing 1-5 of 5 results.