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!)
A276626 Semiprimes n such that (n-1)/3 is prime. 1
10, 22, 34, 58, 94, 142, 178, 202, 214, 382, 394, 454, 502, 538, 634, 718, 922, 934, 1042, 1138, 1294, 1318, 1402, 1438, 1642, 1714, 1762, 1822, 1858, 1894, 1942, 2182, 2218, 2362, 2434, 2518, 2578, 2722, 2734, 2902, 2974, 3118, 3274, 3694, 3778, 3958, 4198, 4282, 4414, 4534, 4594, 4678 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All semiprimes in A175666 are terms: a(2)=10=A175666(2), a(3)=34=A175666(4),etc.
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
EXAMPLE
10=2*5 and (10-1)/3=3 prime, 22=2*11 and (22-1)/3=7 prime.
MATHEMATICA
Reap[Do[If[PrimeQ[(a=1+3*Prime[k])/2], Sow[a]], {k, 1000}]][[2, 1]]
PROG
(PARI) isok(n) = (bigomega(n)==2) && (((n-1) % 3)==0) && isprime((n-1)/3); \\ Michel Marcus, Sep 07 2016
(PARI) is(n)=n%3==1 && isprime(n\3) && bigomega(n)==2 \\ Charles R Greathouse IV, Sep 07 2016
CROSSREFS
Cf. A175666.
Sequence in context: A017641 A232540 A217573 * A211482 A177791 A028569
KEYWORD
nonn
AUTHOR
Zak Seidov, Sep 07 2016
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 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)