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!)
A092256 Nonprimes of form 6k+5. 3
35, 65, 77, 95, 119, 125, 143, 155, 161, 185, 203, 209, 215, 221, 245, 275, 287, 299, 305, 323, 329, 335, 341, 365, 371, 377, 395, 407, 413, 425, 437, 455, 473, 485, 497, 515, 527, 533, 539, 545, 551, 575, 581, 605, 611, 623, 629, 635, 665, 671, 689, 695 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
for k from 0 to 100 do if(not isprime(6*k+5))then printf("%d, ", 6*k+5); fi: od: # Nathaniel Johnston, May 18 2011
MATHEMATICA
Do[If[ !PrimeQ[n]&&Equal[Mod[n, 6], 5 ], Print[n]], {n, 1, 1000}]
Select[6*Range[150]+5, !PrimeQ[#]&] (* Harvey P. Dale, Jan 23 2012 *)
CROSSREFS
Sequence in context: A357188 A350344 A245274 * A108172 A354502 A176875
KEYWORD
easy,nonn
AUTHOR
Labos Elemer, Feb 24 2004
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 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)