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!)
A092021 Numbers k such that k-th prime + k-th semiprime is semiprime. 1
1, 2, 3, 5, 7, 10, 15, 19, 22, 24, 26, 27, 31, 36, 41, 44, 57, 60, 67, 78, 84, 87, 91, 93, 101, 102, 103, 104, 105, 107, 115, 116, 120, 121, 124, 126, 128, 129, 131, 135, 136, 137, 138, 140, 151, 161, 168, 183, 186, 189, 190, 191, 195, 208, 215, 225, 227, 228, 231 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
3 is a member because third prime is 5, third semiprime is 9 and 5+9=14 is semiprime.
MAPLE
P:= select(isprime, [2, seq(i, i=3..10000, 2)]):
S:= select(t -> numtheory:-bigomega(t)=2, [$4..10000]):
select(t -> numtheory:-bigomega(P[t]+S[t]) = 2, [$1 .. min(nops(P), nops(S))]); # Robert Israel, Nov 15 2023
CROSSREFS
Cf. A092108.
Sequence in context: A120446 A082531 A291298 * A022475 A330937 A011972
KEYWORD
easy,nonn
AUTHOR
Ray Chandler, Feb 24 2004
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 April 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)