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!)
A099246 Denominator of relative frequency of number of ones in binary representation of n. 4
1, 1, 2, 1, 3, 3, 3, 1, 4, 2, 2, 4, 2, 4, 4, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 1, 6, 3, 3, 2, 3, 2, 2, 3, 3, 2, 2, 3, 2, 3, 3, 6, 3, 2, 2, 3, 2, 3, 3, 6, 2, 3, 3, 6, 3, 6, 6, 1, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Numerator = A099245;
a(n)*A000120(n)=A099245(n)*A070939(n);
for n>0: a(n) = A070939(n)/A099244(n);
a(n) = 1 iff n = A000225(k).
LINKS
FORMULA
a(n) = if n=0 then 1 else A070939(n)/GCD(A070939(n), A000120(n)).
PROG
(Haskell)
import Data.Ratio ((%), denominator)
a099246 n = denominator $ (a000120 n) % (a070939 n)
-- Reinhard Zumkeller, Oct 10 2013
CROSSREFS
Cf. A007088.
Sequence in context: A308093 A264154 A302641 * A303119 A039775 A302291
KEYWORD
nonn,frac
AUTHOR
Reinhard Zumkeller, Oct 08 2004
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 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)