The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A236480 a(n) = |{0 < k < n-2: p = 2*phi(k) + phi(n-k)/2 + 1, prime(p) + 2 and prime(prime(p)) + 2 are all prime}|, where phi(.) is Euler's totient function. 3
0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 2, 1, 1, 2, 1, 3, 2, 2, 0, 2, 3, 1, 2, 1, 3, 3, 2, 2, 1, 1, 1, 3, 0, 2, 3, 2, 1, 3, 0, 2, 0, 1, 1, 1, 1, 2, 0, 0, 0, 0, 2, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,11
COMMENTS
Conjecture: a(n) > 0 for every n = 640, 641, ....
We have verified this for n up to 75000.
The conjecture implies that there are infinitely many primes p with prime(p) + 2 and prime(prime(p)) + 2 both prime.
LINKS
EXAMPLE
a(8) = 1 since 2*phi(3) + phi(5)/2 + 1 = 7, prime(7) + 2 = 17 + 2 = 19 and prime(prime(7)) + 2 = prime(17) + 2 = 61 are all prime.
a(667) = 1 since 2*phi(193) + phi(667-193)/2 + 1 = 384 + 78 + 1 = 463, prime(463) + 2 = 3299 + 2 = 3301 and prime(prime(463)) + 2 = prime(3299) + 2 = 30559 are all prime.
MATHEMATICA
p[n_]:=PrimeQ[n]&&PrimeQ[Prime[n]+2]&&PrimeQ[Prime[Prime[n]]+2]
f[n_, k_]:=2*EulerPhi[k]+EulerPhi[n-k]/2+1
a[n_]:=Sum[If[p[f[n, k]], 1, 0], {k, 1, n-3}]
Table[a[n], {n, 1, 100}]
CROSSREFS
Sequence in context: A088428 A025838 A285813 * A236508 A364784 A239000
KEYWORD
nonn
AUTHOR
Zhi-Wei Sun, Jan 26 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 May 15 09:54 EDT 2024. Contains 372540 sequences. (Running on oeis4.)