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!)
A004569 Expansion of sqrt(7) in base 2. 2
1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 2..10000 (terms 2..1000 from Ivan Panchenko)
MAPLE
convert(evalf(sqrt(7), 100), binary, 100); # Wesley Ivan Hurt, Jan 28 2017
MATHEMATICA
RealDigits[Sqrt[7], 2, 120][[1]] (* Harvey P. Dale, Jan 18 2012 *)
PROG
(Magma) d:= 7; m:=2; Prune(Reverse(IntegerToSequence(Isqrt(d*m^100), m))); // G. C. Greubel, Mar 26 2018
CROSSREFS
Cf. A010465.
Sequence in context: A325897 A040053 A267513 * A361116 A100060 A328101
KEYWORD
nonn,base,cons
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 April 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)