The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A259310 Primes of the form: 1 + sigma(n)^4. 3
2, 257, 1297, 614657, 331777, 331777, 160001, 331777, 9834497, 5308417, 8503057, 5308417, 9834497, 65610001, 5308417, 8503057, 40960001, 65610001, 29986577, 384160001, 40960001, 303595777, 1049760001, 65610001, 1944810001, 3782742017, 1944810001, 1049760001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These primes are neither sorted nor uniqued. They are listed in the order found in A259308.
LINKS
FORMULA
a(n) = A259308(A259309(n)).
MAPLE
with(numtheory): A259310:=n->`if`(isprime(1+sigma(n)^4), 1+sigma(n)^4, NULL): seq(A259310(n), n=1..200); # _Wesley Ivan Hurt_, Jul 09 2015
MATHEMATICA
Select[Table[1 + DivisorSigma[1, n]^4, {n, 10000}], PrimeQ]
Select[Table[Cyclotomic[8, DivisorSigma[1, n]], {n, 10000}], PrimeQ]
PROG
(Magma) [a: n in [1..150] | IsPrime(a) where a is 1 + SumOfDivisors(n)^4]; // _Vincenzo Librandi_, Jun 24 2015
CROSSREFS
Sequence in context: A240551 A078168 A003380 * A060890 A294275 A085316
KEYWORD
easy,nonn
AUTHOR
_Robert Price_, Jun 24 2015
STATUS
approved

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 May 18 01:35 EDT 2024. Contains 372608 sequences. (Running on oeis4.)