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.

A107115 Three-digit numbers from the decimal expansion of Pi (version 3) -- but see comments.

This page as a plain text file.
%I A107115 #11 Aug 22 2020 10:56:02
%S A107115 314,159,265,358,979,323,846,264,338,327,950,288,419,716,939,937,510,
%T A107115 582,97,494,459,230,781,640,628,620,899,862,803,482,534,211,706,798,
%U A107115 214,808,651,328,230,664,709,384,460,955,58,223,172,535,940,812,848,111,745
%N A107115 Three-digit numbers from the decimal expansion of Pi (version 3) -- but see comments.
%C A107115 Partition of decimal expansion of Pi into non-overlapping sublists of length 3.
%C A107115 Because leading digits may be zero, not all terms have three decimal digits. The first two-digit term is a(19) and the first one-digit term is a(121). - _Harvey P. Dale_, Aug 21 2020
%t A107115 Table[FromDigits[Partition[RealDigits[N[Pi, 201]][[1]], 3][[i]]], {i, 67}]
%t A107115 FromDigits/@Partition[RealDigits[Pi,10,200][[1]],3] (* _Harvey P. Dale_, Aug 21 2020 *)
%Y A107115 Cf. A105320, A107114, A107116, A107117.
%K A107115 nonn,base
%O A107115 1,1
%A A107115 _Zak Seidov_, May 12 2005
%E A107115 Definition modified by _Harvey P. Dale_, Aug 21 2020