Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A110889
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A110889 Carmichael numbers that are not == 1 mod 12. There are 69 Carmichael numbers out to 2*m+1, m=2*10^6 and all but the above 9 are 1 mod 12. +0
1
561, 2465, 8911, 62745, 162401, 656601, 1024651, 1152271, 1909001 (list; graph; listen)
OFFSET

1,1

EXAMPLE

8911=7*19*67=5 mod 12.

MAPLE

with(numtheory); CM:=[]: for z from 1 to 1 do for m from 1 to 2000000 do n:=2*m+1; if not(isprime(n)) and issqrfree(n) then PF:=factorset(n); cmb:=true; for x in PF do if (n-1) mod (x-1) > 0 then cmb:=false fi od; if cmb then CM:=[op(CM), n]; fi; fi; #not od; #m od; #z select(proc(z) not(z mod 12 = 1) end, CM);

CROSSREFS

Cf. A002997.

Sequence in context: A083732 A135720 A097130 this_sequence A063400 A141706 A083736

Adjacent sequences: A110886 A110887 A110888 this_sequence A110890 A110891 A110892

KEYWORD

nonn

AUTHOR

Walter A. Kehowski (wkehowski(AT)cox.net), Sep 20 2005

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 November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research