login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138639 Nonnegative integers n such that 19*n-1 is prime. 0
2, 6, 8, 12, 20, 30, 32, 36, 42, 48, 56, 68, 72, 78, 90, 92, 96, 98, 110, 116, 126, 138, 140 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

19*2-1=37, 19*6-1=113, 19*8-1=151, ...

MATHEMATICA

a={}; Do[x=19*n-1; If[PrimeQ[x], AppendTo[a, n]], {n, 10^2}]; a

CROSSREFS

Sequence in context: A162860 A093006 A177869 * A082473 A113462 A065392

Adjacent sequences:  A138636 A138637 A138638 * A138640 A138641 A138642

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), May 15 2008

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 February 15 12:25 EST 2012. Contains 205786 sequences.