VOOZH
about
URL: https://oeis.org/A209321
⇱ A209321 - OEIS
login
A209321
Indices k for which
A209312
(k) = 2.
1
4, 5, 6, 7, 9, 11, 14, 19, 26, 38, 46, 62, 70, 74, 86, 94, 118, 134, 194, 206, 278, 286, 566, 598, 778, 842, 934, 1006, 1082, 1214, 1238, 1546, 1574, 1726, 1858, 2018, 2278, 2474, 2774, 3142, 3686
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
COMMENTS
Many of these seem to be even semiprimes.
Is this sequence infinite, and if so, can someone exhibit an explicitly calculable subsequence?
a(42) > 10^5, if it exists. -
Amiram Eldar
, May 02 2024
LINKS
Table of n, a(n) for n=1..41.
MATHEMATICA
f[p_, e_] := (p^(e + 1) - 1)/(p - 1); pracQ[n_] := pracQ[n] = (ind = Position[(fct = FactorInteger[n])[[;; , 1]]/(1 + FoldList[Times, 1, f @@@ Most@fct]), _?(# > 1 &)]) == {}; q[n_] := 2 == Sum[If[pracQ[p] && ((PrimeQ[n - p] && PrimeQ[n + p]) || (pracQ[n - p] && pracQ[n + p])), 1, 0], {p, 1, n - 1}]; Select[Range[4000], q] (*
Amiram Eldar
, May 02 2024 *)
CROSSREFS
Cf.
A209312
.
Sequence in context:
A036668
A260997
A192242
*
A010381
A095033
A010399
Adjacent sequences:
A209318
A209319
A209320
*
A209322
A209323
A209324
KEYWORD
nonn
,
more
AUTHOR
M. F. Hasler
, Jan 19 2013
EXTENSIONS
Data corrected by
Amiram Eldar
, May 02 2024
STATUS
approved