cp's OEIS Frontend

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.

A226632 Fewest odd numbers in a primitive cycle of positive integers under iteration by the 3x-k function, where k=A226630(n).

This page as a plain text file.
%I A226632 #8 Jun 15 2013 01:37:08
%S A226632 1,3,4,11,12,22,8,6,4,14,8,11,11,44,5,12,14,24,7,8,5,43,28,19,6,12,43,
%T A226632 10,14,28,15,20,53,6,11,11,20,8,43,12,6,14,10,14,54,8,10,14,14,7,10,
%U A226632 12,28,9,43,14,7,25,11,10,35,7,36,32,24,28,17,24
%N A226632 Fewest odd numbers in a primitive cycle of positive integers under iteration by the 3x-k function, where k=A226630(n).
%C A226632 A cycle is called primitive if its elements are not a common multiple of the elements of another cycle.
%C A226632 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.
%H A226632 Geoffrey H. Morley, <a href="/A226632/b226632.txt">Table of n, a(n) for n = 1..600</a>
%F A226632 a(n) = min_{j=A226628(n) to A226628(n+1)-1} A226626(j).
%K A226632 nonn
%O A226632 1,2
%A A226632 _Geoffrey H. Morley_, Jun 14 2013