The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A103586 a(0)=1, for n > 0: n-th run consists of 2^n-1 copies of n+1. 7
1, 2, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 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, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(A214489(n)) = A070939(A214489(n)).
LINKS
David Applegate, Benoit Cloitre, Philippe Deléham and N. J. A. Sloane, Sloping binary numbers: a new sequence related to the binary numbers [pdf, ps].
David Applegate, Benoit Cloitre, Philippe Deléham and N. J. A. Sloane, Sloping binary numbers: a new sequence related to the binary numbers, J. Integer Seq. 8 (2005), no. 3, Article 05.3.6, 15 pp.
O. Kullmann and X. Zhao, Bounds for variables with few occurrences in conjunctive normal forms, arXiv preprint arXiv:1408.0629 [math.CO], 2014-2017.
Ana Luzón, Manuel A. Morón, and Luis Felipe Prieto-Martínez, Commutators and commutator subgroups of the Riordan group, (2021).
FORMULA
a(n) = A070939(n + A070939(n)) for n > 0. - Reinhard Zumkeller, Jul 21 2012
MATHEMATICA
Join[{1}, Flatten[Table[PadRight[{}, 2^n-1, n+1], {n, 6}]]] (* Harvey P. Dale, Aug 22 2021 *)
PROG
(Haskell)
a103586 n = a070939 (n + a070939 n)
a103586_list = 1 : concat
(zipWith (replicate . fromInteger) (tail a000225_list) [2..])
-- Reinhard Zumkeller, Jul 21 2012
CROSSREFS
Number of bits in binary representation of A102370(n).
Cf. A000225.
Sequence in context: A081288 A130256 A335741 * A194847 A262070 A117806
KEYWORD
nonn,base,easy
AUTHOR
Benoit Cloitre, Mar 24 2005
EXTENSIONS
a(0) = 1 added, definition and offset adjusted by Reinhard Zumkeller, Jul 21 2012
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 May 17 23:39 EDT 2024. Contains 372608 sequences. (Running on oeis4.)