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!)
A024895 Numbers k such that 5*k - 3 is prime. 1
1, 2, 4, 8, 10, 14, 20, 22, 26, 28, 32, 34, 40, 46, 52, 56, 62, 64, 68, 70, 74, 80, 92, 94, 98, 110, 112, 116, 118, 122, 124, 130, 136, 146, 152, 158, 160, 166, 172, 176, 178, 182, 188, 190, 194, 196, 200, 218, 220, 224, 238, 244, 248, 256, 260, 262, 266, 274, 286, 290, 298, 314 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[400], PrimeQ[5#-3]&] (* Harvey P. Dale, Feb 02 2012 *)
PROG
(Magma) [n: n in [1..1000] | IsPrime(5*n-3)]; // Vincenzo Librandi, Nov 20 2010
(PARI) is(n)=isprime(5*n-3) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Cf. A045380 (associated primes).
Sequence in context: A074330 A317626 A292550 * A250310 A288447 A087915
KEYWORD
nonn,easy
AUTHOR
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 11:02 EDT 2024. Contains 371779 sequences. (Running on oeis4.)