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.

A097013 Smallest x such that sigma(x) mod 30 = n.

This page as a plain text file.
%I A097013 #7 Dec 19 2013 03:28:36
%S A097013 24,1,21,2,3,923521,5,4,7,18,27,2401,6,9,13,8,217,9604,10,1089,19,98,
%T A097013 91,21609,14,14641,28,49,12,2614689
%N A097013 Smallest x such that sigma(x) mod 30 = n.
%C A097013 Compare with A084303.
%C A097013 Row 30 of A074625 (apart from different ordering). - _Michel Marcus_, Dec 19 2013
%t A097013 t=Table[Mod[DivisorSigma[1, w], 30], {w, 1, 2700000}]; Table[Min[Flatten[Position[t, j]]], {j, 0, 29}]
%Y A097013 Cf. A000203, A084301, A084303, A097011, A097012, A097014, A097015.
%K A097013 fini,full,nonn
%O A097013 0,1
%A A097013 _Labos Elemer_, Aug 19 2004