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.

A307690 Integers with only one prime factor and whose Euler's totient is a perfect biquadrate.

This page as a plain text file.
%I A307690 #29 Dec 09 2024 05:49:43
%S A307690 2,17,32,257,512,1297,8192,65537,131072,160001,331777,614657,1336337,
%T A307690 1419857,2097152,4477457,5308417,8503057,9834497,29986577,33554432,
%U A307690 40960001,45212177,59969537,65610001,126247697,193877777,303595777,384160001,406586897,536870912,562448657,655360001
%N A307690 Integers with only one prime factor and whose Euler's totient is a perfect biquadrate.
%C A307690 An integer q is a term iff q = p^(4*m+1), when p is prime of the form k^4 + 1 and m >= 0, then phi(q) = (k * (k^4+1)^m)^4. The primitive terms of this sequence are the primes of the form p = k^4 + 1, which are exactly in A037896.
%e A307690 a(14) = 1419857 = 17^5 and phi(1419857) = 34^4.
%o A307690 (PARI) isok(n) = isprimepower(n) && ispower(eulerphi(n), 4); \\ _Michel Marcus_, Apr 23 2019
%o A307690 (Magma) [n:n in [1..10000000]| #PrimeDivisors(n) eq 1 and IsPower(EulerPhi(n),4)]; // _Marius A. Burtea_, May 09 2019
%Y A307690 Subsequences: A013776 (2^(4*m+1)), A013806 (17^(4*m+1)), A037896 (primes of the form k^4 + 1).
%Y A307690 Intersection of A078164 and A246655.
%Y A307690 Cf. A054755 (idem with Euler's totient is square).
%K A307690 nonn
%O A307690 1,1
%A A307690 _Bernard Schott_, Apr 22 2019