cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A217459 Decimal expansion of 2^Pi.

This page as a plain text file.
%I A217459 #40 May 06 2023 12:09:30
%S A217459 8,8,2,4,9,7,7,8,2,7,0,7,6,2,8,7,6,2,3,8,5,6,4,2,9,6,0,4,2,0,8,0,0,1,
%T A217459 5,8,1,7,0,4,4,1,0,8,1,5,2,7,1,4,8,4,9,2,6,6,6,8,9,5,9,8,6,5,0,5,5,3,
%U A217459 7,0,0,8,7,0,6,9,5,2,3,5,0,4,3,0,5,7,1,2,8,3,7,8,7,4,8,0,4,7,9,2
%N A217459 Decimal expansion of 2^Pi.
%H A217459 "SackVideo", <a href="https://www.youtube.com/watch?v=TbrPmZYH84k">What is 2^π?</a>, 2022 video.
%F A217459 Equals exp(A086054). - _Amiram Eldar_, Nov 24 2020
%e A217459 8.8249778270762876238564296042080015817044108152714849266....
%t A217459 RealDigits[2^Pi, 10, 100][[1]] (* _Amiram Eldar_, Nov 24 2020 *)
%o A217459 (Sage) 2^(pi).n(digits=100)
%o A217459 (Maxima) fpprec : 100; ev(bfloat(2^(%pi)));  /* _Martin Ettl_, Oct 04 2012 */
%o A217459 (PARI) default(realprecision,2000);2^Pi \\ _Anders Hellström_, Nov 11 2015
%Y A217459 Cf. A000796, A086054.
%K A217459 nonn,cons
%O A217459 1,1
%A A217459 _Jani Melik_, Oct 03 2012