The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A120344 Numbers k such that 23*k + 1 is a prime. 3
2, 6, 12, 20, 26, 30, 36, 42, 44, 50, 56, 60, 62, 72, 84, 86, 102, 104, 110, 132, 134, 140, 144, 146, 162, 170, 174, 176, 194, 210, 212, 216, 222, 224, 240, 246, 254, 260, 264, 270, 272, 294, 302, 306, 312, 326, 330, 342, 366, 380, 390, 396, 404, 410, 420, 446 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
If k=86 then 23*k + 1 = 1979 (prime).
MATHEMATICA
Select[Range[1000], PrimeQ[23*# + 1] &] (* Stefan Steinerberger, Jul 22 2006 *)
PROG
(Magma) [ n: n in [0..1500] | IsPrime(23*n + 1) ] // Vincenzo Librandi, Jan 31 2011
CROSSREFS
Sequence in context: A028690 A355331 A270878 * A031426 A258633 A244362
KEYWORD
nonn,less
AUTHOR
Parthasarathy Nambi, Jun 24 2006
EXTENSIONS
More terms from Stefan Steinerberger, Jul 22 2006
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 May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)