This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A226660 #5 Jul 06 2013 17:18:35 %S A226660 1,5,7,5,11,17,13,97,59,19,55,233,11,73,25,29,47,215,41,103,145,31,13, %T A226660 119,131,5,47,53,67,17,337,125,115,485,133,127,49,119,191,293,133,23, %U A226660 79,103,191,167,91,409,329,217,109,449,241,361,353,1303,239,149,73 %N A226660 Smallest positive integer k with a primitive cycle of n positive integers (n>1) under iteration by the Collatz-like 3x+k function. %C A226660 A cycle is called primitive if its elements are not a common multiple of the elements of another cycle. %C A226660 The 3x+k function T_k is defined by T_k(x) = x/2 if x is even, (3x+k)/2 if x is odd, where k is odd. %C A226660 For primitive cycles, GCD(k,6)=1. %C A226660 For n>1, T_k has a primitive cycle of length n which includes 1 when k = A036563(n) = 2^n-3. So a(n) <= 2^n-3. %H A226660 Geoffrey H. Morley, <a href="/A226660/b226660.txt">Table of n, a(n) for n = 2..3908</a> %Y A226660 Cf. A226609, A226661, A226676. %K A226660 nonn %O A226660 2,2 %A A226660 _Geoffrey H. Morley_, Jul 05 2013