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!)
A118360 Start with 1; repeatedly reverse the digits when the number is written in binary and add 2 to get the next term. 2
1, 3, 5, 7, 9, 11, 15, 17, 19, 27, 29, 25, 21, 23, 31, 33, 35, 51, 53, 45, 47, 63, 65, 67, 99, 101, 85, 87, 119, 121, 81, 71, 115, 105, 77, 91, 111, 125, 97, 69, 83, 103, 117, 89, 79, 123, 113, 73, 75, 107, 109, 93, 95, 127, 129, 131, 195, 197, 165, 167, 231 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
N. J. A. Sloane and others, Sequences of RADD type, OEIS wiki.
EXAMPLE
After 11 = 11_10 = 1011_2 the next term is 1101_2 + 10_2 = 1111_2 = 15_10 = 15.
MATHEMATICA
NestList[FromDigits[Reverse[IntegerDigits[#, 2]], 2]+2&, 1, 70] (* Harvey P. Dale, May 16 2021 *)
CROSSREFS
Sequence in context: A173601 A165705 A209492 * A331588 A077799 A260124
KEYWORD
nonn,base
AUTHOR
Jan Nordbotten (Jan.Nordbotten(AT)mi.uib.no), May 16 2006
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 March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)