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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127576 Primes of the form 16n+15. 22
31, 47, 79, 127, 191, 223, 239, 271, 367, 383, 431, 463, 479, 607, 719, 751, 863, 911, 991, 1039, 1087, 1103, 1151, 1231, 1279, 1327, 1423, 1439, 1471, 1487, 1567, 1583, 1663, 1759, 1823, 1871, 1951, 1999, 2063, 2111, 2143, 2207, 2239, 2287, 2351, 2383 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

Subsequence of A007522. [From R. J. Mathar, Jan 07 2009]

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

MATHEMATICA

a = {}; Do[If[PrimeQ[16n + 15], AppendTo[a, 16n + 15]], {n, 1, 200}]; a

Select[16*Range[400]+15, PrimeQ] (* Harvey P. Dale, Feb 06 2013 *)

CROSSREFS

Cf. A125169, A127575.

Sequence in context: A130096 A075586 A033221 * A139896 A004224 A194129

Adjacent sequences:  A127573 A127574 A127575 * A127577 A127578 A127579

KEYWORD

nonn

AUTHOR

Artur Jasinski, Jan 19 2007

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 May 23 17:52 EDT 2013. Contains 225611 sequences.