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!)
A101084 Numbers k such that 97*k + 101 is a prime. 6
0, 6, 8, 14, 18, 30, 36, 50, 86, 90, 96, 110, 114, 116, 126, 128, 134, 138, 140, 156, 158, 174, 186, 194, 200, 204, 218, 236, 258, 260, 266, 278, 294, 296, 300, 314, 326, 336, 338, 344, 348, 354, 366, 368, 378, 398, 420, 428, 468, 470, 476, 498, 504, 516, 524 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
97 is the largest two-digit prime and 101 is the smallest three-digit prime.
LINKS
EXAMPLE
If k=6, then 97*6 + 101 = 683 (prime).
If k=8, then 97*8 + 101 = 877 (prime).
If k=14, then 97*14 + 101 = 1459 (prime).
PROG
(Magma) [ n: n in [0..600] | IsPrime(97*n+101) ]; // Vincenzo Librandi, Feb 04 2011
CROSSREFS
Sequence in context: A315903 A315904 A315905 * A315906 A315907 A315908
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Jan 21 2005
EXTENSIONS
Extended by Ray Chandler, Jan 25 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 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)