login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A048522
Terms of Binary Gleichniszahlen-Reihe (BGR) sequence A045998 converted into decimal (Look and Say Sequence, mod 2, read in binary and converted to decimal).
3
1, 3, 1, 11, 57, 51, 17, 187, 953, 947, 913, 827, 313, 2867, 14609, 13243, 5049, 46003, 234385, 209723, 69945, 768819, 3914001, 3912635, 3904441, 3879859, 3740561, 3388219, 1282361, 11746099, 59848977, 54211515, 20517817, 187937715
OFFSET
0,2
REFERENCES
N. Worrick, S. Lewis and B. Shrader, A possible formula for the length of BGR sequences, Graph Theory Notes of New York, XXXVI (1999), p. 25.
LINKS
EXAMPLE
To generate the sequence, start with a 1. There is one 1, so the sequence becomes 11. Now there are 2 1s, but 2 is 0 mod 2, so it becomes 01. Then we get 1011, 111001, 110011, 010001, and so on. The terms in the series are these numbers converted to base 10. Note that leading zeros are not discarded during this process! - William K. Grannis, May 05 2016
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Jun 15 1999
EXTENSIONS
Edited by N. J. A. Sloane, Aug 11 2016
STATUS
approved