Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A078492
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A078492 No-prime decades. +0
2
200, 320, 510, 530, 620, 840, 890, 1070, 1130, 1140, 1260, 1330, 1340, 1350, 1410, 1460, 1500, 1640, 1670, 1680, 1710, 1760, 1790, 1850, 1890, 1920, 1960, 2040, 2070, 2100, 2180, 2190, 2320, 2360, 2400, 2480, 2490, 2510, 2560, 2580, 2820, 2940, 2980 (list; graph; listen)
OFFSET

0,1

FORMULA

Numbers n == 0 mod 10 such that n+1, n+3, n+7, n+9 not prime.

PROGRAM

(PARI) decadenopr(n1, n2) = { forstep(x=n1, n2, 10, if(!isprime(x+1) && !isprime(x+3) && !isprime(x+7) && !isprime(x+9), print1(x" "); ); ); }

CROSSREFS

Sequence in context: A114984 A118118 A124472 this_sequence A004966 A117412 A109632

Adjacent sequences: A078489 A078490 A078491 this_sequence A078493 A078494 A078495

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jan 04 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 3 01:16 EST 2008. Contains 151161 sequences.


AT&T Labs Research