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!)
A242981 Carmichael numbers of the form (6*k + 1)*(12*k + 1)*(18*k + 1), where only one of the three numbers 6*k + 1, 12*k + 1, 18*k + 1 is prime. 3
13992265, 1504651681, 14782305601, 292869912385, 2387706608354185, 4484354372982001, 70895950685971489, 807481759780458361, 1659264916949696161, 118023300545190612481, 140695625117781970705, 11710597360056333492601, 19818019625768288167321 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..26 (terms < 4*10^33)
Carlos Rivera, Puzzle 739
Eric Weisstein's World of Mathematics, Carmichael Number
PROG
(Magma) lst:=[]; for k in [1..2482095] do t:={n: n in [1..3] | IsPrime(6*k*n+1)}; if #Set(t) eq 1 then c:=&*[6*k*n+1: n in [1..3]]; if IsOne(c mod CarmichaelLambda(c)) then lst:=Append(lst, c); end if; end if; end for; lst;
CROSSREFS
Sequence in context: A116148 A210085 A251521 * A210133 A216700 A234411
KEYWORD
nonn
AUTHOR
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 May 3 12:13 EDT 2024. Contains 372209 sequences. (Running on oeis4.)