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!)
A127576 Primes of the form 16n+15. 25
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. - R. J. Mathar, Jan 07 2009
LINKS
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 *)
PROG
(PARI) select(n->n%16==15, primes(100)) \\ Charles R Greathouse IV, Apr 28 2015
CROSSREFS
Sequence in context: A270781 A075586 A033221 * A139896 A289839 A244601
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 | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 05:39 EDT 2024. Contains 371235 sequences. (Running on oeis4.)