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.

A305794 a(n) = Product_{d|n, d>1} prime(A286622(d)-1).

This page as a plain text file.
%I A305794 #9 Jun 12 2018 10:16:54
%S A305794 1,2,3,4,5,18,7,8,15,50,11,108,11,98,195,16,5,450,11,500,357,242,19,
%T A305794 648,55,242,345,1372,19,76050,29,32,165,50,385,13500,17,242,627,5000,
%U A305794 17,254898,31,5324,30225,722,37,3888,77,6050,345,5324,31,238050,2255,19208,627,722,41,29659500,37,1682,76755,64,275,54450,11,500,969,296450,19,405000,17
%N A305794 a(n) = Product_{d|n, d>1} prime(A286622(d)-1).
%H A305794 Antti Karttunen, <a href="/A305794/b305794.txt">Table of n, a(n) for n = 1..8192</a>
%F A305794 a(n) = Product_{d|n, d>1} A008578(A286622(d)).
%F A305794 For all k >= 0, a(2^k) = 2^k.
%o A305794 (PARI) A305794(n) = { my(m=1); fordiv(n, d, if(d>1, m *= prime(A286622(d)-1))); (m); }; \\ Needs also code from A286622.
%Y A305794 Cf. A008578, A278222, A286622, A305792, A305795 (rgs-transform).
%Y A305794 Cf. also A304104.
%K A305794 nonn
%O A305794 1,2
%A A305794 _Antti Karttunen_, Jun 11 2018