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.

A004604 Expansion of Pi in base 5.

This page as a plain text file.
%I A004604 #44 Sep 18 2024 06:53:20
%S A004604 3,0,3,2,3,2,2,1,4,3,0,3,3,4,3,2,4,1,1,2,4,1,2,2,4,0,4,1,4,0,2,3,1,4,
%T A004604 2,1,1,1,4,3,0,2,0,3,1,0,0,2,2,0,0,3,4,4,4,1,3,2,2,1,1,0,1,0,4,0,3,3,
%U A004604 2,1,3,4,4,0,0,4,3,2,4,4,4,0,1,4,4,1,0,4,2,3,3,4,1,3,3,0,1,1,3,2
%N A004604 Expansion of Pi in base 5.
%H A004604 G. C. Greubel, <a href="/A004604/b004604.txt">Table of n, a(n) for n = 1..10000</a>
%H A004604 Wadim Zudilin, <a href="https://arxiv.org/abs/2409.10097">A BBP-style computation for π in base 5</a>, arXiv:2409.10097 [math.NT], 2024.
%e A004604 3.03232214303343241124122404140231421114...
%t A004604 RealDigits[Pi, 5, 100][[1]]
%t A004604 Table[ResourceFunction["NthDigit"][Pi, n, 5], {n, 1, 100}] (* _Joan Ludevid_, Aug 17 2022;easy to compute a(10000000)=0 with this function;requires Mathematica 12.0+ *)
%Y A004604 Pi in base b: A004601 (b=2), A004602 (b=3), A004603 (b=4), this sequence (b=5), A004605 (b=6), A004606 (b=7), A006941 (b=8), A004608 (b=9), A000796 (b=10), A068436 (b=11), A068437 (b=12), A068438 (b=13), A068439 (b=14), A068440 (b=15), A062964 (b=16), A060707 (b=60).
%Y A004604 Cf. A007514.
%K A004604 nonn,base,cons,easy
%O A004604 1,1
%A A004604 _N. J. A. Sloane_