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.

A249612 Integers that reach the (448, 127, 128, 255, 144, 403) cycle described in A234534, after iterations of numerator(sigma(n)/n) = A017665(n).

This page as a plain text file.
%I A249612 #5 Nov 03 2014 10:47:12
%S A249612 16,19,20,21,25,26,31,32,33,35,36,41,42,43,44,45,46,47,48,49,50,52,53,
%T A249612 54,57,58,61,62,63,64,67,68,69,73,74,76,77,79,80,82,88,91,92,93,96,97,
%U A249612 98,99,100,101,102,103,104,105,112,115,116,119,122,125,126
%N A249612 Integers that reach the (448, 127, 128, 255, 144, 403) cycle described in A234534, after iterations of numerator(sigma(n)/n) = A017665(n).
%o A249612 (PARI) finalc(x, v) = {while (!vecsearch(v, x), x = numerator(sigma(x)/x)); x;}
%o A249612 lista(nn, targ=127) = {v = [8, 127, 512, 29127]; for (i=2, nn, if (finalc(i, v) == targ, print1(i, ", ")););}
%Y A249612 Cf. A017665, A234534, A249611, A249613, A249614.
%K A249612 nonn
%O A249612 1,1
%A A249612 _Michel Marcus_, Nov 02 2014