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!)
A247820 Numbers n such that sigma(2n-1) is a prime p. 11
5, 13, 145, 365, 841, 1201, 1741, 2521, 3961, 5101, 7813, 8581, 13945, 14281, 14965, 41761, 42925, 73345, 139921, 229165, 245701, 265721, 276025, 289561, 298765, 341965, 351961, 353641, 367225, 414961, 595141, 601705, 676285, 697381, 711625, 740545, 942565 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Supersequence of A247789.
Corresponding values of primes p for a(n) are A008438(a(n)-1)) or A247837.
LINKS
Martin Møller Skarbiniks Pedersen, Table of n, a(n) for n = 1..1000
EXAMPLE
Number 13 is in sequence because sigma(2*13-1) = sigma(25) = 31 (prime).
PROG
(Magma) [n: n in [1..10000000] | IsPrime(SumOfDivisors(2*n-1))]
(PARI) for(n=1, 10^7, if(isprime(sigma(2*n-1)), print1(n, ", "))) \\ Derek Orr, Sep 25 2014
CROSSREFS
Sequence in context: A305643 A316919 A099974 * A336097 A187894 A214591
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Sep 24 2014
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)