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.

A193562 Number of divisors of n^4+1.

This page as a plain text file.
%I A193562 #29 Sep 08 2022 08:45:58
%S A193562 1,2,2,4,2,4,2,4,4,8,4,4,4,4,4,8,2,4,4,8,2,4,4,4,2,8,4,8,2,4,4,8,4,8,
%T A193562 2,4,4,8,4,4,4,8,4,16,8,8,2,8,2,8,4,8,4,8,2,8,2,4,4,16,8,4,4,8,8,4,8,
%U A193562 8,4,8,8,4,4,4,2,8,8,16,4,16,2,4,2,16,4
%N A193562 Number of divisors of n^4+1.
%C A193562 This is to n^4+1 as A193432 is to n^2+1.
%C A193562 a(n) = 2 when n^4+1 is prime, iff n is in A037896.
%H A193562 Amiram Eldar, <a href="/A193562/b193562.txt">Table of n, a(n) for n = 0..10000</a>
%F A193562 a(n) = A000005(A002523(n)) = d(n^4+1) (also called tau(n^4+1) or sigma_0(n^4+1)), the number of divisors of n^4+1.
%e A193562 a(3) = 4 because 3^4+1 = 82, whose 4 factors are {1, 2, 41, 82}.
%t A193562 DivisorSigma[0,Range[0,90]^4+1] (* _Harvey P. Dale_, May 05 2013 *)
%o A193562 (PARI) a(n) = numdiv(n^4+1); \\ _Michel Marcus_, Feb 09 2020
%o A193562 (Magma) [NumberOfDivisors(n^4+1):n in [0..90]]; // _Marius A. Burtea_, Feb 09 2020
%Y A193562 Cf. A000005, A002523, A037896, A193432 (number of divisors of n^2+1).
%K A193562 nonn,easy
%O A193562 0,2
%A A193562 _Jonathan Vos Post_, Aug 09 2011