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!)
A113510 Numbers k such that 29*k + 2 is prime. 1
0, 1, 3, 9, 13, 25, 43, 45, 49, 51, 55, 69, 79, 81, 85, 93, 109, 111, 121, 135, 141, 163, 165, 169, 175, 183, 189, 195, 211, 219, 223, 231, 241, 265, 273, 279, 283, 301, 309, 315, 321, 331, 339, 343, 345, 351, 363, 379, 393, 403, 409, 415, 421, 423, 441, 445 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
If k=93 then 29*k + 2 = 2699 (prime).
MATHEMATICA
Select[Range[0, 458], PrimeQ[29# + 2] &] (* Robert G. Wilson v *)
PROG
(PARI) is(n)=isprime(29*n+2) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A363628 A106402 A125706 * A163795 A079994 A303964
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Jan 11 2006
EXTENSIONS
More terms from Robert G. Wilson v and Jared M. Mazzant (jmm765(AT)psu.edu), Jan 16 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 April 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)