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”).

A260634
Decimal expansion of 4^Pi.
1
7, 7, 8, 8, 0, 2, 3, 3, 6, 4, 8, 3, 8, 8, 1, 1, 5, 1, 0, 7, 0, 2, 0, 8, 3, 4, 7, 7, 8, 5, 9, 7, 6, 5, 9, 7, 9, 6, 3, 2, 1, 8, 9, 8, 7, 6, 9, 2, 0, 0, 5, 0, 8, 7, 4, 6, 4, 0, 5, 9, 1, 9, 9, 8, 3, 1, 4, 9, 0, 0, 1, 4, 6, 7, 7, 8, 4, 4, 2, 1, 4, 4, 7, 8, 0, 5, 7, 7, 5, 1, 9, 1, 7, 0, 3, 8, 4, 3, 2, 8
OFFSET
2,1
EXAMPLE
77.880233648...
MATHEMATICA
First@ RealDigits@ N[4^Pi, 120] (* Michael De Vlieger, Nov 12 2015 *)
PROG
(PARI) 4^Pi
(PARI) { default(realprecision, 100); x=(4^Pi)/10; for(n=1, 100, d=floor(x); x=(x-d)*10; print1(d, ", ")) } \\ Altug Alkan, Nov 29 2015
(Magma) pi:=Pi(RealField(110)); Reverse(Intseq(Floor(10^100*4^pi))); // Vincenzo Librandi, Nov 30 2015
CROSSREFS
Cf. A217459 (2^Pi), A260629 (3^Pi), A073233, A260635.
Sequence in context: A021853 A349822 A092616 * A294968 A096251 A108186
KEYWORD
nonn,cons
AUTHOR
Li GAN, Nov 11 2015
EXTENSIONS
More digits from Altug Alkan, Nov 11 2015
STATUS
approved