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.

A362122 a(n) is the smallest positive number whose British English name has the letter "e" in the n-th position.

This page as a plain text file.
%I A362122 #13 Apr 21 2023 13:00:48
%S A362122 8,7,1,3,3,12,13,17,21,23,23,73,1700,108,107,101,103,103,112,113,117,
%T A362122 121,123,123,173,323,373,1103,1103,1112,1113,1117,1121,1123,1123,1173,
%U A362122 1323,1373,3323,3373,11373,13323,13373,17373,23323,23373,73373,101123,101173,101323
%N A362122 a(n) is the smallest positive number whose British English name has the letter "e" in the n-th position.
%D A362122 GCHQ, The GCHQ Puzzle Book, Penguin, 2016. See page 70.
%F A362122 a(n) = A362121(n) except at n = 2. - _Michael S. Branicky_, Apr 21 2023
%o A362122 (Python)
%o A362122 print(list(islice(A362121gen(t="e", i0=1), 50))) # _Michael S. Branicky_, Apr 21 2023
%Y A362122 See A164790, A362120, and A362121 for other versions.
%K A362122 nonn,word
%O A362122 1,1
%A A362122 _N. J. A. Sloane_, Apr 20 2023
%E A362122 a(14) and beyond from _Michael S. Branicky_, Apr 21 2023