login
Partial sums of A197566 (sum of n-th digit of Pi and n-th digit of the Golden Ratio).
1

%I #11 Apr 10 2021 02:06:17

%S 4,11,16,25,30,42,47,62,75,86,98,110,128,143,161,168,178,185,201,207,

%T 213,219,230,242,251,262,273,280,285,298,312,323,326,336,345,354,365,

%U 373,384,391,395,401,419,423,439,457,468,475,485,493,499,506,522,530

%N Partial sums of A197566 (sum of n-th digit of Pi and n-th digit of the Golden Ratio).

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

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

%Y Cf. A197566.

%K nonn,base

%O 0,1

%A _Harvey P. Dale_, Oct 16 2011