login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A300077 Decimal expansion of Pi/2 truncated to n places. 1
1, 15, 157, 1570, 15707, 157079, 1570796, 15707963, 157079632, 1570796326, 15707963267, 157079632679, 1570796326794, 15707963267948, 157079632679489, 1570796326794896, 15707963267948966, 157079632679489661, 1570796326794896619, 15707963267948966192 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = floor((1/2)*Pi*10^n), Pi = 3.14159265...
MAPLE
seq(floor(1/2*Pi*10^n), n=0..19);
MATHEMATICA
Array[Floor[10^#*Pi/2] &, 20, 0] (* Michael De Vlieger, Feb 25 2018 *)
Module[{nn=30, pi2}, pi2=RealDigits[Pi/2, 10, nn][[1]]; Table[FromDigits[ Take[ pi2, n]], {n, nn}]] (* Harvey P. Dale, Jan 12 2022 *)
CROSSREFS
Sequence in context: A110557 A016304 A016849 * A367497 A232414 A183555
KEYWORD
nonn,base,easy,less
AUTHOR
Martin Renner, Feb 24 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 11 19:17 EDT 2024. Contains 375073 sequences. (Running on oeis4.)