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!)
A261435 Numbers k such that k^5-1 is a semiprime. 3
12, 24, 30, 44, 62, 68, 74, 110, 164, 198, 308, 492, 572, 594, 662, 728, 770, 824, 854, 860, 864, 942, 954, 968, 1152, 1154, 1284, 1382, 1452, 1668, 1694, 1748, 1760, 1788, 1914, 2090, 2252, 2274, 2340, 2382, 2438, 2448, 2648, 2658, 2664, 2690, 2714, 2790 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k such that k-1 and k^4+k^3+k^2+k+1 are both prime.
LINKS
EXAMPLE
a(1) = 12 because 12^5-1 = 248831 = 11*22621.
MATHEMATICA
Select[Range[5000], PrimeOmega[#^5 - 1] == 2 &]
PROG
(Magma) IsSemiprime:=func<i | &+[d[2]: d in Factorization(i)] eq 2>; [n: n in [2..5000] | IsSemiprime(s) where s is n^5- 1];
(PARI) isok(n)=bigomega(n^5-1)==2 \\ Anders Hellström, Aug 20 2015
CROSSREFS
Cf. numbers k such that k^p-1 is a semiprime, where p is prime: A096175(p=3), this sequence (p=5), A261436 (p=7), A261460 (p=11).
Cf. A104238.
Sequence in context: A082801 A328587 A328632 * A103590 A081699 A120570
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Aug 20 2015
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 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)