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.

A111313 Character codes of the string "The On-Line Encyclopedia of Integer Sequences".

This page as a plain text file.
%I A111313 #12 Aug 17 2022 15:14:03
%S A111313 84,104,101,32,79,110,45,76,105,110,101,32,69,110,99,121,99,108,111,
%T A111313 112,101,100,105,97,32,111,102,32,73,110,116,101,103,101,114,32,83,
%U A111313 101,113,117,101,110,99,101,115
%N A111313 Character codes of the string "The On-Line Encyclopedia of Integer Sequences".
%t A111313 ToCharacterCode["The On-Line Encyclopedia of Integer Sequences"]
%o A111313 (PARI) A111313=Vecsmall("The On-Line Encyclopedia of Integer Sequences") \\ _M. F. Hasler_, Nov 08 2009
%o A111313 (Python)
%o A111313 print([ord(c) for c in "The On-Line Encyclopedia of Integer Sequences"]) # _Michael S. Branicky_, Aug 17 2022
%Y A111313 Cf. A130764, A130765, A117845, A134456, A131603. - _M. F. Hasler_, Nov 08 2009
%K A111313 fini,full,nonn,word,dumb
%O A111313 1,1
%A A111313 _Zak Seidov_, Nov 03 2005