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

A147876 Smallest nonnegative integer containing the n-th letter of the alphabet (in French), or -1 if no such number exists.

Original entry on oeis.org

4, 1000000000000, 5, 2, 0, 9, 20, 8, 3, -1, -1, 1000, 1000, 1, 0, 7, 4, 0, 3, 3, 1, 20, -1, 2, -1, 0
Offset: 1

Views

Author

Daniel Mondot, Nov 16 2008

Keywords

Comments

There is no known number that contains letters J, K, W or Y in French.
This is assuming the use of the long scale for large numbers.

Crossrefs

Cf. A111098.

A029722 Smallest positive integer containing the n-th letter of the alphabet (in US English), or -1 if no such integer exists.

Original entry on oeis.org

1000, 1000000000, 1000000000000000000000000000, 100, 1, 4, 8, 3, 5, -1, -1, 11, 1000000, 1, 1, 1000000000000000000000000, 1000000000000000, 3, 6, 2, 4, 5, 2, 6, 20, -1
Offset: 1

Views

Author

Anonymous submission

Keywords

Comments

This uses the short scale for the names of large numbers. - Ken Takusagawa, Oct 11 2016
In British English, a(1) is 101. - Paul Duckett, Apr 23 2022

Examples

			C first occurs in "octillion".
		

Crossrefs

Differs from A111098 because "zero" is not permitted.
Cf. A114181.

Programs

  • Mathematica
    alphabet={"a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"};
    candidates=AppendTo[AppendTo[Range[19],Table[10*i,{i,2,10}]],Table[10^i,{i,3,63,3}]]//Flatten//Quiet;
    f[10]=f[11]=f[26]=-1; f[n_]:=Module[{k=1},
    While[StringContainsQ[ToString[IntegerName[candidates[[k]],"Words"]],alphabet[[n]]]!=True,k++];candidates[[k]]];
    f/@Range[26] (* Ivan N. Ianakiev, Apr 10 2018 *)

Extensions

a(5) corrected by Donovan Johnson, Dec 08 2004
Edited: Definition extended, "octillian" corrected, link and cross-reference provided; and sequence completed by Rick L. Shepherd, Aug 29 2009
Definition clarified by Paul Duckett, Apr 23 2022

A114181 Floor of log base 10 of sequence A029722.

Original entry on oeis.org

3, 9, 27, 2, 0, 0, 0, 0, 0
Offset: 1

Views

Author

Greg Huber, Feb 03 2006

Keywords

Examples

			a(3) = 27 since Floor(Log_10(octillion)) = 27 and
a(6) = 0 since Floor(Log_10(four)) = Floor(0.602...) = 0.
		

Crossrefs

A336586 Smallest nonnegative integer containing the n-th letter of the Hebrew alphabet (in Hebrew using feminine numbers), or -1 if no such integer exists.

Original entry on oeis.org

0, 4, 1000000000000000000000000000000000000000000000000000000000000000, 1000000000000000, 8, 3, -1, 1, 1000000000000, 2, -1, 3, 2, 8, 0, 4, 0, -1, 1000000000000000, 4, 2, 1
Offset: 1

Views

Author

Ely Golden, Jul 26 2020

Keywords

Comments

This sequence assumes the use of the short scale for naming large numbers. It also assumes that 10^9 is called "ביליון" (billion); if 10^9 is instead called "מיליארד" (milliard) then a(4) = 10^9 rather than 10^15.
Final forms of the letters are considered the same as the normal forms. There are no numbers with ז (zayin), כ (kaf), or צ (tsadi) in their names. ג (gimel) appears only in vocabulary transliterated into Hebrew based on Landon Curt Noll's latin-based power of 1000 naming system and not in everyday vocabulary (hence why a(3) = 10^63).

Crossrefs

A336587 Smallest nonnegative integer containing the n-th letter of the Hebrew alphabet (in Hebrew using masculine numbers), or -1 if no such integer exists.

Original entry on oeis.org

0, 4, 1000000000000000000000000000000000000000000000000000000000000000, 1, 3, 3, -1, 1, 1000000000000, 2, -1, 3, 2, 2, 0, 4, 0, -1, 1000000000000000, 4, 2, 9
Offset: 1

Views

Author

Ely Golden, Jul 26 2020

Keywords

Comments

This sequence assumes the use of the short scale for naming large numbers. It is the same whether or not 10^9 is called "ביליון" (billion) or "מיליארד" (milliard).
Final forms of the letters are considered the same as the normal forms. There are no numbers with ז (zayin), כ (kaf), or צ (tsadi) in their names. ג (gimel) appears only in vocabulary transliterated into Hebrew based on Landon Curt Noll's latin-based power of 1000 naming system and not in everyday vocabulary (hence why a(3) = 10^63).

Crossrefs

A161405 Smallest nonnegative integer containing the n-th letter of the alphabet (in Spanish), or -1 if no such number exists.

Original entry on oeis.org

4, 1000000000000, 0, 2, 0, -1, -1, 8, 5, -1, -1, 1000, 1000, 1, -1, 0, 1000000000000000000000000000000000000000000, 15, 0, 2, 3, 1, 9, -1, 1000000000000000000000000000000000000, 31, 10
Offset: 1

Views

Author

Claudio Meller, Jun 09 2009

Keywords

Comments

There is no known number that contains letters F, G, J, K, Q or W in Spanish

Examples

			a(8) = 8 (ocho), the smallest number whose name contains 'h'.
		

Crossrefs

Cf. A111098.

Extensions

a(8) and a(17) corrected by Álvar Ibeas, Sep 20 2020
Showing 1-6 of 6 results.