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.

A105326 Digital expansion of e+Pi: numbers from each pair of successive digits.

This page as a plain text file.
%I A105326 #5 Oct 01 2016 16:56:15
%S A105326 58,59,87,44,82,4,88,38,47,38,22,93,8,54,63,21,65,38,19,54,41,64,93,7,
%T A105326 50,65,39,59,41,91,22,20,3,18,93,3,66,39,75,65,93,19,94,17,0,38,67,28,
%U A105326 34,95,40,96,14,47,84,45,28,53,66,56,89,11,25,82,6,17,96,25,80,46,25,69
%N A105326 Digital expansion of e+Pi: numbers from each pair of successive digits.
%t A105326 Table[FromDigits[Partition[RealDigits[N[e+Pi, 200]][[1]], 2][[i]]], {i, 100}]
%K A105326 nonn,base,dumb
%O A105326 1,1
%A A105326 _Zak Seidov_, Apr 30 2005