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!)
A111094 Numbers k such that 18*k + 1 is prime. 5
1, 2, 4, 6, 7, 9, 10, 11, 15, 17, 21, 22, 24, 27, 29, 30, 32, 34, 35, 41, 42, 45, 46, 49, 51, 52, 55, 56, 59, 62, 64, 65, 71, 72, 79, 81, 85, 86, 87, 90, 92, 94, 97, 99, 100, 104, 111, 112, 114, 116, 119, 120, 121, 125, 126, 127, 130, 132, 137, 139, 140, 141, 142, 144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = A024906(n)/2. - Zak Seidov, Feb 02 2010
LINKS
EXAMPLE
If k=99 then 18*k + 1 = 1783 (prime).
MATHEMATICA
Select[Range[200], PrimeQ[18#+1]&] (* Harvey P. Dale, Mar 14 2011 *)
PROG
(Magma) [ n: n in [0..1500] | IsPrime(18*n + 1) ] // Vincenzo Librandi, Jan 31 2011
(PARI) is(n)=isprime(18*n+1) \\ Charles R Greathouse IV, Feb 20 2017
CROSSREFS
Cf. A024906.
Sequence in context: A285954 A342778 A289075 * A064427 A289243 A183569
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Oct 20 2005
EXTENSIONS
More terms from Zak Seidov, Feb 02 2010
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 25 11:36 EDT 2024. Contains 371968 sequences. (Running on oeis4.)