login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A231325 Larger of corresponding digits of Pi and e. 5

%I #15 Feb 10 2022 17:21:10

%S 3,7,4,8,5,9,2,8,5,8,5,8,9,7,9,5,2,3,8,4,6,2,6,8,7,4,8,3,3,7,9,6,6,2,

%T 8,9,7,7,9,7,2,6,9,3,9,9,6,9,9,9,5,9,8,7,4,9,7,6,9,6,7,6,9,7,7,2,7,8,

%U 7,6,6,3,6,3,8,6,5,4,8,9,9,8,6,7,8,3,8

%N Larger of corresponding digits of Pi and e.

%H Alois P. Heinz, <a href="/A231325/b231325.txt">Table of n, a(n) for n = 1..10000</a>

%e 1st digit of Pi and e are 3 and 2, so a(1) = max(3,2) = 3.

%e 2nd digit of Pi and e are 1 and 7, so a(2) = max(1,7) = 7.

%e 3rd digit of Pi and e are 4 and 1, so a(3) = max(4,1) = 4.

%e 3.74859285858979523846268748337966289779726939969995987...

%t Module[{nn=100,pd,ed},pd=RealDigits[Pi,10,nn][[1]];ed=RealDigits[E,10,nn][[1]];Max/@Thread[{pd,ed}]] (* _Harvey P. Dale_, Feb 10 2022 *)

%Y Cf. A000796, A001113, A228239.

%K nonn,cons,base

%O 1,1

%A _Umut Uludag_, Nov 07 2013

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 7 09:07 EDT 2024. Contains 372300 sequences. (Running on oeis4.)