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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A072282 Numbers n such that sigma(n) + 1 and sigma(n) - 1 are twin primes. 0
3, 5, 6, 10, 11, 17, 20, 24, 26, 29, 30, 38, 41, 46, 51, 55, 59, 71, 85, 88, 101, 105, 107, 114, 118, 126, 135, 136, 137, 141, 145, 147, 149, 155, 158, 161, 177, 178, 179, 185, 191, 197 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

sigma(20) + 1 = 43 and sigma(20) - 1 = 41, so 20 is a term of the sequence.

MATHEMATICA

Select[Range[10^3], PrimeQ[DivisorSigma[1, # ] + 1] && PrimeQ[DivisorSigma[1, # ] - 1] &]

CROSSREFS

Sequence in context: A140951 A190243 A065873 * A047327 A028927 A099190

Adjacent sequences:  A072279 A072280 A072281 * A072283 A072284 A072285

KEYWORD

easy,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Jul 10 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 15 11:03 EST 2012. Contains 205763 sequences.