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!)
A259371 Primes of the form 1 + sigma(n)^3 + sigma(n)^6. 3
3, 757, 262657, 64008001, 46656216001, 30841155073, 729027001, 46656216001, 30841155073, 225200075257, 885843322057, 46656216001, 41407378175593, 885843322057, 25002115044733, 1126163480473, 85766130261001, 191102989824001, 85766130261001, 41407378175593 (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 A259369.
LINKS
FORMULA
a(n) = A259369(A259370(n)).
MAPLE
with(numtheory): b:=n->1+sigma(n)^3+sigma(n)^6: A259371:=n->`if`( isprime(b(n)), b(n), NULL): seq(A259371(n), n=1..200); # Wesley Ivan Hurt, Jun 29 2015
MATHEMATICA
Select[Table[1 + DivisorSigma[1, n]^3 + DivisorSigma[1, n]^6, {n, 10000}], PrimeQ]
Select[Table[Cyclotomic[9, DivisorSigma[1, n]], {n, 10000}], PrimeQ]
PROG
(Magma) [a: n in [1..150] | IsPrime(a) where a is 1 + SumOfDivisors(n)^3 + SumOfDivisors(n)^6]; // Vincenzo Librandi, Jun 26 2015
CROSSREFS
Sequence in context: A307926 A172895 A259369 * A294794 A293252 A341567
KEYWORD
easy,nonn
AUTHOR
Robert Price, Jun 25 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 April 19 08:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)