login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A089288
Euler's totient of floor(Pi*10^n), Pi=3.14....
1
2, 30, 156, 2088, 24480, 314158, 1570792, 15697800, 142466688, 2074821104, 20847434400, 157079632678, 2899112679360, 31222486232352, 306850390136136, 2887898768697600, 13458068181774720, 314159264051394168
OFFSET
0,1
FORMULA
a(n) = A000010(A011545(n)).
MATHEMATICA
Table[EulerPhi[Floor[Pi*10^n]], {n, 0, 20}] (* Harvey P. Dale, Dec 21 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Oct 30 2003
STATUS
approved