login
This site is supported by donations 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

Vincenzo Librandi, Table of n, a(n) for n = 1..1000

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

CROSSREFS

Cf. A095278, A105133-A105140, A002145, A007521, A105126-A105132.

Subsequence of A032766.

Sequence in context: A058503 A112169 A155564 * A025613 A097063 A026476

Adjacent sequences:  A105134 A105135 A105136 * A105138 A105139 A105140

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 18 18:23 EDT 2013. Contains 226355 sequences.