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!)
A155482 Signed-digit binary expansion of Pi/4 1
1, 0, -1, 0, 1, -1, 0, 1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, -1, 1, 0, -1, 1, -1, 1, -1, 1, -1, 0, 0, 1, -1, 0, 0, 1, -1, 0, 0, 0, 1, -1, 1, 0, -1, 1, -1, 0, 0, 1, 0, -1, 0, 0, 0, 1, -1, 0, 0, 1, 0, -1, 1, -1, 0, 1, 0, -1, 0, 0, 1, -1, 0, 1, 0, -1, 0, 0, 1, 0, -1, 0, 1, 0, -1, 0, 0, 1, -1, 1, -1, 0, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
PROG
(PARI) r=Pi/4; for(k=0, 99, if(abs(r)<1/2, d=0, d=sign(r)); r=2*(r-d); print1(d, ", "))
CROSSREFS
Sequence in context: A188044 A287523 A288932 * A174205 A334413 A114483
KEYWORD
base,sign
AUTHOR
Jaume Oliver Lafont, Jan 23 2009
EXTENSIONS
Corrected and cross-reference added by Jaume Oliver Lafont, Feb 05 2009
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 April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)