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!)
A230746 Carmichael numbers of the form (30*k + 1)*(120*k + 1)*(150*k + 1), where 30*k + 1, 120*k + 1 and 150*k + 1 are all primes. 2

%I #14 Sep 08 2022 08:46:06

%S 68154001,3713287801,63593140801,122666876401,193403531401,

%T 227959335001,246682590001,910355497801,4790779641001,5367929037001,

%U 6486222838801,24572944746001,25408177226401,27134994772801,55003376283001,63926508701401,108117809748001,112614220996801

%N Carmichael numbers of the form (30*k + 1)*(120*k + 1)*(150*k + 1), where 30*k + 1, 120*k + 1 and 150*k + 1 are all primes.

%H Amiram Eldar, <a href="/A230746/b230746.txt">Table of n, a(n) for n = 1..10000</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/CarmichaelNumber.html">Carmichael Number</a>

%H <a href="/index/Ca#Carmichael">Index entries for sequences related to Carmichael numbers</a>

%H <a href="/index/Ps#pseudoprimes">Index entries for sequences related to pseudoprimes</a>

%F (A007304 INTERSECT A157956) INTERSECT A230722.

%t carmQ[n_] := CompositeQ[n] && Divisible[n - 1, CarmichaelLambda[n]]; v = {30, 120, 150}; Times @@ (v*# + 1) & /@ Select[Range[1000], AllTrue[(w = v*# + 1), PrimeQ] && carmQ[Times @@ w] &] (* _Amiram Eldar_, Nov 11 2019 *)

%o (Magma) [n : k in [1..593 by 2] | IsPrime(a) and IsPrime(b) and IsPrime(c) and IsOne(n mod CarmichaelLambda(n)) where n is a*b*c where a is 30*k+1 where b is 120*k+1 where c is 150*k+1]

%Y Subsequence of A083739 and of A230722.

%Y Cf. A002997, A007304, A157956.

%K nonn

%O 1,1

%A _Arkadiusz Wesolowski_, Oct 29 2013

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 April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)