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!)
A352678 Expansion of sqrt(2) in base phi where phi = (1+sqrt(5))/2. 0
1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1
LINKS
FORMULA
sqrt(2) = 1 + 1/phi^2 + 1/phi^8 + 1/phi^10 + 1/phi^13 + 1/phi^15 + ...
EXAMPLE
1.01000001010010100100000001010000000001010101010101001... base phi.
MATHEMATICA
RealDigits[Sqrt[2], GoldenRatio, 100][[1]] (* Amiram Eldar, May 06 2022 *)
PROG
(PARI)
alist(len) = {
my(phi = quadgen(5), w=phi, t = 0);
vector(len, i, w /= phi; if ( ( t + w )^2 <= 2, t += w ; 1, 0))
};
print(alist(300));
CROSSREFS
Sequence in context: A236677 A190236 A190224 * A373371 A321692 A355943
KEYWORD
nonn,cons,base
AUTHOR
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 June 19 15:09 EDT 2024. Contains 373503 sequences. (Running on oeis4.)