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!)
A131210 Numbers k such that 24k - 1 is prime. 4
1, 2, 3, 7, 8, 10, 11, 13, 15, 16, 18, 20, 21, 25, 27, 30, 31, 35, 36, 37, 38, 41, 43, 46, 48, 51, 55, 57, 60, 62, 63, 65, 66, 67, 76, 77, 78, 85, 86, 87, 88, 92, 98, 100, 101, 102, 106, 108, 111, 112, 113, 120, 121, 122, 125, 126, 130, 132, 133, 140, 142, 147, 151, 153 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The complement is 4, 5, 6, 9, 12, 14, 17, 19, 22, 23, 24, ... and contains numbers of the form == 4 (mod 5), == 5 (mod 7), == 6 (mod 11), == 6 (mod 13), == 5 (mod 17) etc., so the complement is a superset of A182719. - R. J. Mathar, Jun 10 2020
LINKS
MAPLE
select(n->isprime(24*n-1), [$1..160]); # Muniru A Asiru, Feb 19 2018
MATHEMATICA
Select[Range[150], PrimeQ[24*# - 1] &] (* Amiram Eldar, Mar 28 2024 *)
PROG
(Magma) [n: n in [0..500]|IsPrime(24*n-1)] // Vincenzo Librandi, Nov 23 2010
(PARI) is(n)=isprime(24*n-1) \\ Charles R Greathouse IV, Jun 06 2017
(GAP) Filtered([1..160], n->IsPrime(24*n-1)); # Muniru A Asiru, Feb 19 2018
CROSSREFS
Cf. A182719.
Sequence in context: A338691 A129341 A115985 * A088340 A288696 A163517
KEYWORD
nonn,easy
AUTHOR
Zak Seidov, Oct 29 2007
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 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)