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.

A128370 a(n) = least k such that the remainder of 30^k divided by k is n.

This page as a plain text file.
%I A128370 #16 Jul 31 2015 20:47:18
%S A128370 29,7,26997,13,8471,33,23,11,721,55,19,39,17,886,21,26,803,98,13289,
%T A128370 22,51,878,1141,146,35,38,111,218,515267673651961,31,3212679202339,56,
%U A128370 267,866,4367,42,10129,862,57,86,42691,13479,949,214,95,77,7633,52,1469,170,429,68,2791229,94,215,422,3849,842,9773,140
%N A128370 a(n) = least k such that the remainder of 30^k divided by k is n.
%H A128370 Robert G. Wilson v et al., <a href="/A128370/a128370_2.txt">Table of n, a(n) for n = 1..10000 with -1 for large entries where a(n) has not yet been found</a>
%t A128370 t = Table[0, {10000} ]; k = 1; While[ k < 5100000000, a = PowerMod[30, k, k]; If[a < 10001 && t[[a]] == 0, t[[a]] = k; Print[{a, k}]]; k++ ]; t (* _Robert G. Wilson v_, Aug 06 2009 *)
%Y A128370 Cf. A128361, A128362, A128363, A128364, A128365, A128366, A128367, A128368, A129369, A128371, A128372.
%Y A128370 Cf. A036236, A078457, A119678, A119679, A127816, A119715, A119714, A127817, A127818, A127819, A127820, A127821, A128154, A128155, A128156, A128157, A128158, A128159, A128160.
%Y A128370 Cf. A128149, A128150, A128172.
%K A128370 nonn
%O A128370 1,1
%A A128370 _Alexander Adamchuk_, Feb 27 2007
%E A128370 Terms a(29) onward from _Max Alekseyev_, Mar 22 2012