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!)
A074073 Denominators of iterations of Thue-Morse sequence. 4
1, 4, 8, 256, 32768, 4294967296, 9223372036854775808, 340282366920938463463374607431768211456, 57896044618658097711785492504343953926634992332820282019728792003956564819968 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Thue-Morse Constant.
MATHEMATICA
f[0] = 0; f[n_] := (2^(-2^n))*(2^(2^(n - 1)) - 1)*(2^(2^(n - 1))*f[n - 1] + 1); Denominator@ Array[f, 9, 0] (* Amiram Eldar, Oct 05 2023 *)
CROSSREFS
Cf. A074072 (numerators).
Sequence in context: A200729 A116092 A085631 * A090653 A065022 A012994
KEYWORD
nonn,frac,easy
AUTHOR
Eric W. Weisstein, Aug 18 2002
EXTENSIONS
a(8) from Amiram Eldar, Oct 05 2023
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 09:49 EDT 2024. Contains 371967 sequences. (Running on oeis4.)