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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A068014 Nonprimes n such that 1+Phi[n] and -1+Sigma[1,n] are prime numbers. 0
6, 10, 14, 21, 26, 34, 38, 40, 46, 55, 57, 58, 60, 63, 74, 76, 86, 88, 93, 111, 114, 117, 118, 124, 126, 135, 145, 153, 158, 166, 178, 184, 186, 190, 194, 198, 206, 208, 209, 216, 221, 224, 230, 232, 238, 250, 252, 254, 260, 266, 270, 278, 280, 295, 297, 298 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

1+A000010(n) and -1+A000203(n) are primes but n is nonprime

EXAMPLE

n=38, Phi[38]+1=19 and Sigma[38]-1=1+2+19+39-1=59.

MATHEMATICA

Do[s=-1+DivisorSigma[1, n]; s1=1+EulerPhi[n]; If[PrimeQ[s]&&PrimeQ[s1]&&!PrimeQ[n], Print[{n, s1, s}]], {n, 1, 1000}] generates sequence and related primes too;

CROSSREFS

Cf. A000010, A000203, A066071-A066080.

Sequence in context: A060650 A068198 A064899 * A057885 A015812 A175168

Adjacent sequences:  A068011 A068012 A068013 * A068015 A068016 A068017

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Feb 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 17 07:41 EST 2012. Contains 205998 sequences.