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!)
A367460 Numbers k such that 3^sigma(k) - k is a prime. 0
1, 10, 52, 400, 2480, 7202, 28222 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(8) > 67569.
LINKS
EXAMPLE
10 is in the sequence because 3^sigma(10) - 10 = 3^18 - 10 = 387420479 is prime.
MATHEMATICA
a[n_] := Select[Range@ n, PrimeQ[3^DivisorSigma[1, #] - #] &]; a[20000]
DeleteCases[ParallelTable[If[PrimeQ[3^DivisorSigma[1, k]-k], k, n], {k, 1, 10^4}], n]
PROG
(Magma) [n: n in[1..10000] | IsPrime((3^SumOfDivisors(n)) - n)]
CROSSREFS
Sequence in context: A092966 A281401 A050494 * A200035 A119543 A302302
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
a(7) from Michael S. Branicky, Jan 27 2024
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 September 4 19:25 EDT 2024. Contains 375685 sequences. (Running on oeis4.)