[go: up one dir, main page]

login
Revision History for A351799 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Numbers which, when written in French, contain exactly one instance of the letter E.
(history; published version)
#7 by N. J. A. Sloane at Sat Feb 19 10:37:41 EST 2022
STATUS

editing

approved

#6 by N. J. A. Sloane at Sat Feb 19 10:37:18 EST 2022
CROSSREFS

Cf. A006933 ('Eban' numbers), A349887 (exactly one instance in English), A349888 (exactly two instances in English),

A349888 (exactly two instances in English),

KEYWORD

nonn,changed,word,less

STATUS

proposed

editing

Discussion
Sat Feb 19
10:37
N. J. A. Sloane: added keywords "word" and "less"!
#5 by Michael S. Branicky at Sat Feb 19 10:23:50 EST 2022
STATUS

editing

proposed

#4 by Michael S. Branicky at Sat Feb 19 10:23:45 EST 2022
NAME

Numbers which, when written in french, French, contain exactly one instance of the letter E.

PROG

(Python)

from num2words import num2words

from unidecode import unidecode

def ok(n): return unidecode(num2words(n, lang='fr')).count("e") == 1

print([k for k in range(311) if ok(k)]) # Michael S. Branicky, Feb 19 2022

CROSSREFS

Cf. A006933 ('Eban' numbers), A349887 (exactly one instance in englishEnglish),

A349888 (exactly two instances in englishEnglish),

STATUS

proposed

editing

#3 by Carole Dubois at Sat Feb 19 10:08:51 EST 2022
STATUS

editing

proposed

#2 by Carole Dubois at Sat Feb 19 10:08:18 EST 2022
NAME

allocated for Carole DuboisNumbers which, when written in french, contain exactly one instance of the letter E.

DATA

0, 2, 4, 7, 9, 11, 12, 14, 15, 17, 19, 21, 22, 24, 27, 29, 40, 43, 45, 46, 48, 50, 53, 55, 56, 58, 60, 63, 65, 66, 68, 70, 78, 80, 81, 83, 85, 86, 88, 90, 98, 100, 101, 103, 105, 106, 108, 110, 118, 120, 123, 125, 126, 128, 300, 301, 303, 305, 306, 308, 310

OFFSET

1,2

COMMENTS

ZERO(0) has one E (and is thus in the sequence), UN(1) has no E, DEUX(2) has one, TROIS(3) has none, QUATRE(4) has one E (and is thus in the sequence). etc.

CROSSREFS

Cf. A006933 ('Eban' numbers), A349887 (exactly one instance in english),

A349888 (exactly two instances in english),

KEYWORD

allocated

nonn

AUTHOR

Carole Dubois and Eric Angelini, Feb 19 2022

STATUS

approved

editing

#1 by Carole Dubois at Sat Feb 19 10:08:18 EST 2022
NAME

allocated for Carole Dubois

KEYWORD

allocated

STATUS

approved