login
Sum of the n-th digit of Pi and the n-th digit of the Golden Ratio.
3

%I #12 Apr 10 2021 02:04:00

%S 4,7,5,9,5,12,5,15,13,11,12,12,18,15,18,7,10,7,16,6,6,6,11,12,9,11,11,

%T 7,5,13,14,11,3,10,9,9,11,8,11,7,4,6,18,4,16,18,11,7,10,8,6,7,16,8,2,

%U 10,10,9,13,8,12,11,11,4,10,0,12,10,7,6,8,6,8,10

%N Sum of the n-th digit of Pi and the n-th digit of the Golden Ratio.

%C The Golden Ratio = 1 + (sqrt(5)-1)/2.

%H Harvey P. Dale, <a href="/A197566/b197566.txt">Table of n, a(n) for n = 0..1000</a>

%t RealDigits[Pi,10,120][[1]] + RealDigits[GoldenRatio,10,120][[1]]

%K nonn,base,less

%O 0,1

%A _Harvey P. Dale_, Oct 16 2011