login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102243 Expansion of pi in golden base (i.e. in irrational base phi=(1+sqrt(5))/2). 1
1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET

2,1

LINKS

Table of n, a(n) for n=2..106.

EXAMPLE

Pi=phi^2+1/phi^2+1/phi^5+1/phi^7+... thus pi=100.0100101010010001010101000001010... in golden base

MATHEMATICA

RealDigits[Pi, GoldenRatio, 111][[1]] [From Robert G. Wilson v, Feb 26 2010]

PROG

(PARI) f=(1+sqrt(5))/2; z=Pi; b=0; m=100; for(n=1, m, c=ceil(log(z)/log(1/f)); z=z-1/f^c; b=b+1./10^c; if(n==m, print1(b, ", ")))

CROSSREFS

Sequence in context: A015777 A014017 A121262 * A173859 A202108 A104108

Adjacent sequences:  A102240 A102241 A102242 * A102244 A102245 A102246

KEYWORD

base,cons,nonn

AUTHOR

Benoit Cloitre, Feb 18 2005

EXTENSIONS

Offset corrected by R. J. Mathar, Feb 05 2009

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 24 09:26 EDT 2013. Contains 225617 sequences.