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.

A107116 Three-digit numbers from the decimal expansion of Pi (version 1).

This page as a plain text file.
%I A107116 #11 Aug 03 2017 21:12:20
%S A107116 314,141,415,159,592,926,265,653,535,358,589,897,979,793,932,323,238,
%T A107116 384,846,462,626,264,643,433,338,383,832,327,279,795,950,502,28,288,
%U A107116 884,841,419,197,971,716,169,693,939,399,993,937,375,751,510,105,58,582,820,209,97,974,749,494,944,445,459,592
%N A107116 Three-digit numbers from the decimal expansion of Pi (version 1).
%C A107116 Partition of decimal expansion of Pi into overlapping sublists of length 3.
%t A107116 Table[FromDigits[Partition[RealDigits[N[Pi, 201]][[1]], 3, 1][[i]]], {i, 67}]
%Y A107116 Cf. A105320, A107114, A107115, A107117.
%K A107116 nonn,base
%O A107116 1,1
%A A107116 _Zak Seidov_, May 12 2005