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!)
A105137 Numbers n such that 128n+65 is prime. 1
1, 3, 4, 9, 12, 16, 21, 24, 33, 36, 37, 42, 43, 46, 49, 54, 58, 61, 66, 67, 72, 79, 81, 88, 93, 94, 102, 103, 106, 112, 114, 123, 124, 126, 138, 148, 154, 157, 163, 166, 168, 177, 186, 187, 196, 198, 199, 201, 204, 207, 211, 213, 214, 219, 231, 232, 238, 252, 256, 262, 264 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[500], PrimeQ[128 # + 65]&] (* Vincenzo Librandi, Jan 07 2013 *)
PROG
(Magma) [n: n in [0..500] | IsPrime(128*n+65)]; // Vincenzo Librandi, Jan 07 2013
(PARI) is(n)=isprime(128*n+65) \\ Charles R Greathouse IV, Jun 12 2017
CROSSREFS
Subsequence of A032766.
Sequence in context: A058503 A112169 A155564 * A243185 A336166 A230781
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, based on correspondence from Marco Matosic, Apr 11 2005
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 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)