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.

A291757 a(n) = (1/2)*(2 + ((A003557(n)+A046523(n))^2) - A003557(n) - 3*A046523(n)).

This page as a plain text file.
%I A291757 #14 Nov 28 2018 20:58:38
%S A291757 1,2,2,12,2,16,2,59,18,16,2,80,2,16,16,261,2,94,2,80,16,16,2,355,33,
%T A291757 16,129,80,2,436,2,1097,16,16,16,826,2,16,16,355,2,436,2,80,94,16,2,
%U A291757 1493,52,125,16,80,2,505,16,355,16,16,2,1832,2,16,94,4497,16,436,2,80,16,436,2,3415,2,16,125,80,16,436,2,1493,888,16,2,1832,16,16,16,355,2
%N A291757 a(n) = (1/2)*(2 + ((A003557(n)+A046523(n))^2) - A003557(n) - 3*A046523(n)).
%H A291757 Antti Karttunen, <a href="/A291757/b291757.txt">Table of n, a(n) for n = 1..16385</a>
%F A291757 a(n) = (1/2)*(2 + ((A003557(n)+A046523(n))^2) - A003557(n) - 3*A046523(n)).
%o A291757 (PARI)
%o A291757 A003557(n) = n/factorback(factor(n)[, 1]); \\ From A003557
%o A291757 A046523(n) = { my(f=vecsort(factor(n)[, 2], , 4), p); prod(i=1, #f, (p=nextprime(p+1))^f[i]); };  \\ From A046523
%o A291757 A291757(n) = (1/2)*(2 + ((A003557(n)+A046523(n))^2) - A003557(n) - 3*A046523(n));
%Y A291757 Cf. A000027, A003557, A046523, A291750, A291752, A291756, A291758, A294877 (rgs-transform), A319347.
%K A291757 nonn
%O A291757 1,2
%A A291757 _Antti Karttunen_, Sep 10 2017
%E A291757 Name changed by _Antti Karttunen_, Nov 28 2018