login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A068368 Composite n such that sigma(2n+1)-sigma(n)=n+1. 0
16, 335, 8399, 12599, 16383, 62999, 546359, 743999, 2815199, 3046655, 3592655, 8422679, 25357439, 26356199, 29318279, 75428999, 112039199, 202417343, 226325999, 329611559, 335894159, 452921039 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Primes satisfying sigma(2p+1)-sigma(p)=p+1 are Sophie Germain primes A005384(n)

PROG

(PARI) for(n=1, 500000000, if((sigma(2*n+1)-sigma(n)==n+1) && (!isprime(n)), print1(n, ", ")))

CROSSREFS

Sequence in context: A165121 A159536 A176128 * A013993 A058722 A173906

Adjacent sequences:  A068365 A068366 A068367 * A068369 A068370 A068371

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 28 2002

EXTENSIONS

More terms from Rick L. Shepherd (rshepherd2(AT)hotmail.com), May 08 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 03:44 EST 2012. Contains 205860 sequences.