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!)
A103747 Trajectory of 2 under repeated application of the map n -> A102370(n). 7
2, 6, 10, 14, 18, 22, 26, 30, 34, 38, 42, 46, 50, 54, 58, 126, 130, 134, 138, 142, 146, 150, 154, 158, 162, 166, 170, 174, 178, 182, 186, 254, 258, 262, 266, 270, 274, 278, 282, 286, 290, 294, 298, 302, 306, 310, 314, 382, 386, 390, 394, 398, 402, 406, 410, 414, 418, 422 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Although it initially appears that a(n)-8n is the 16-periodic sequence {-2,-6,-10,-14,-18,-22,-26,-30,-34,-38,-42,-46,-50,-54,6,2}, this pattern eventually breaks down. However, the first divergence occurs beyond the first 400 million terms.
(a(n)) agrees with the 16-periodic sequence up to a(2^67-1) = 2^70 - 70, but then diverges with a(2^67) = 2^71 - 2. - Charlie Neder, Feb 07 2019
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], preprint, 2005.
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.
PROG
(Haskell)
a103747 n = a103747_list !! (n-1)
a103747_list = iterate (fromInteger . a102370) 2
-- Reinhard Zumkeller, Jul 21 2012
CROSSREFS
Trajectories of other numbers: A103192 (1), A103621 (7), A158953 (12), A159887 (29).
Sequence in context: A161718 A122905 A132417 * A333662 A290490 A182991
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Edited by Peter Munn, Jan 13 2024
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 30 00:54 EDT 2024. Contains 372115 sequences. (Running on oeis4.)