I was looking for a simple sequence that's not yet referenced on the OEIS and came up with this one(*): \$a_1=2\$ \$a_2=3\$ For \$n>2\$, \$a_n\$ is the smallest number of the form \$a_i\times a_j+1\$ (with \$1\le i\le j<n\$) that is not yet included in the sequence. The first few terms are: 2 3 5 7 10 11 15 16 21 22 23 26 31 33 34 36 43 45 46 47 49 50 51 53 56 63 64 67 69 70 71 73 76 78 79 81 87 91 93 94 95 99 Your task is to output this sequence. This is code-golf and standard sequencerules ...| Recent Questions - Code Golf Stack Exchange
inspired by Count down from infinity Given a non-negative integer N, output the number of repetitions of the following steps it takes to reach 0: Convert N to binary (4812390 -> 10010010110111001100110) Flip each bit (10010010110111001100110 -> 01101101001000110011001) Trim leading zeroes (01101101001000110011001 -> 1101101001000110011001) Convert back to decimal (1101101001000110011001 -> 3576217) Rules Input and output may be in any unambiguous, consistent format The input will be within th...| Recent Questions - Code Golf Stack Exchange
As of 13/03/2018 16:45 UTC, the winner is answer #345, by Khuldraeseth na'Barya. This means the contest is officially over, but feel free to continue posting answers, just so long as they follow the| Code Golf Stack Exchange
Tight hip flexors and quads pull your lower back forward and compress your lower back, which is why you get niggling pain there The post A Sequence To Fix Anterior Pelvic Tilt appeared first on Yoga 15.| Yoga 15
What number comes next in this sequence? 40, 0, 2, 1, 0, 10, 50, 4, 0, 16 Answers must have an explanation of why the next number is what it is. Hint:| Puzzling Stack Exchange
How many programmers does it take to filter out 36 characters? You may think this is an opening to a joke, but it’s not.| solid-snail blog