login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A193562 Number of divisors of n^4+1. 3

%I #29 Sep 08 2022 08:45:58

%S 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 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 8,4,8,8,4,4,4,2,8,8,16,4,16,2,4,2,16,4

%N Number of divisors of n^4+1.

%C This is to n^4+1 as A193432 is to n^2+1.

%C a(n) = 2 when n^4+1 is prime, iff n is in A037896.

%H Amiram Eldar, <a href="/A193562/b193562.txt">Table of n, a(n) for n = 0..10000</a>

%F 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 a(3) = 4 because 3^4+1 = 82, whose 4 factors are {1, 2, 41, 82}.

%t DivisorSigma[0,Range[0,90]^4+1] (* _Harvey P. Dale_, May 05 2013 *)

%o (PARI) a(n) = numdiv(n^4+1); \\ _Michel Marcus_, Feb 09 2020

%o (Magma) [NumberOfDivisors(n^4+1):n in [0..90]]; // _Marius A. Burtea_, Feb 09 2020

%Y Cf. A000005, A002523, A037896, A193432 (number of divisors of n^2+1).

%K nonn,easy

%O 0,2

%A _Jonathan Vos Post_, Aug 09 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)