A103747 Trajectory of 2 under repeated application of the map n -> A102370(n).
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
Offset: 1
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 1..1000
- 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.
- Index entries for sequences which agree for a long time but are different
Crossrefs
Programs
-
Haskell
a103747 n = a103747_list !! (n-1) a103747_list = iterate (fromInteger . a102370) 2 -- Reinhard Zumkeller, Jul 21 2012
Extensions
Edited by Peter Munn, Jan 13 2024
Comments