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!)
A258776 Primes in A258774. 4
3, 13, 43, 157, 73, 241, 157, 211, 601, 601, 421, 601, 2971, 1483, 8191, 6163, 3307, 2971, 6481, 8191, 28393, 3907, 28393, 6481, 8191, 28393, 37057, 26407, 12211, 28393, 31153, 113233, 19183, 83233, 113233, 37057, 28393, 71023, 22651, 83233, 37057, 154057 (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 A258774.
LINKS
FORMULA
a(n) = A258774(A258775(n)).
MATHEMATICA
Select[Table[1 + DivisorSigma[1, n] + DivisorSigma[1, n]^2, {n, 1, 10000}], PrimeQ]
Select[Table[Cyclotomic[3, DivisorSigma[1, n]], {n, 1, 10000}], PrimeQ]
PROG
(Magma) [a: n in [1..300] | IsPrime(a) where a is 1+SumOfDivisors(n)+ SumOfDivisors(n)^2]; // Vincenzo Librandi, Jun 10 2015
CROSSREFS
Sequence in context: A049173 A049156 A054771 * A201710 A019008 A062609
KEYWORD
nonn
AUTHOR
Robert Price, Jun 09 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 March 29 05:28 EDT 2024. Contains 371264 sequences. (Running on oeis4.)