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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080747 Sarrus numbers with more than 2 distinct prime factors. 0
561, 645, 1105, 1729, 1905, 2465, 2821, 4371, 6601, 8481, 8911, 10585, 11305, 12801, 13741, 13981, 15841, 16705, 18705, 23001, 25761, 29341, 30121, 30889, 33153, 34945, 39865, 41041, 41665, 46657, 52633, 55245, 57421 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MAPLE

for n from 1 to 60000 do if not isprime(n) and modp(2^(n-1), n)=1 and nops(ifactors(n)[2])>2 then printf("%d, ", n) fi od: (C. Ronaldo)

CROSSREFS

Cf. A001567.

Sequence in context: A104590 A184047 A192297 * A074380 A085999 A137198

Adjacent sequences:  A080744 A080745 A080746 * A080748 A080749 A080750

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Mar 08 2003

EXTENSIONS

Edited by C. Ronaldo (aga_new_ac(AT)hotmail.com), Dec 19 2004

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 04:23 EST 2012. Contains 205694 sequences.