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.

A107117 Three-digit numbers from the decimal expansion of Pi (version 2).

This page as a plain text file.
%I A107117 #10 Jul 31 2025 10:48:49
%S A107117 314,415,592,265,535,589,979,932,238,846,626,643,338,832,279,950,28,
%T A107117 884,419,971,169,939,993,375,510,58,820,97,749,944,459,923,307,781,
%U A107117 164,406,628,862,208,899,986,628,803,348,825,534,421,117,706,679,982,214,480,86
%N A107117 Three-digit numbers from the decimal expansion of Pi (version 2).
%C A107117 Partition of decimal expansion of Pi into overlapping sublists of length 3.
%H A107117 Harvey P. Dale, <a href="/A107117/b107117.txt">Table of n, a(n) for n = 1..2000</a>
%t A107117 Table[FromDigits[Partition[RealDigits[N[Pi, 201]][[1]], 3, 2][[i]]], {i, 67}]
%t A107117 FromDigits/@Partition[RealDigits[Pi,10,111][[1]],3,2] (* _Harvey P. Dale_, Jul 31 2025 *)
%Y A107117 Cf. A105320, A107114, A107115, A107116.
%K A107117 nonn,base
%O A107117 1,1
%A A107117 _Zak Seidov_, May 12 2005