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!)
A029556 Quasi-Carmichael numbers to base 7: squarefree composites n such that (n,2*3*5) = 1 and prime p|n ==> p-7|n-7. 2
187, 247, 4807, 12331, 21307, 32227, 50167, 61087, 62647, 82087, 89947, 101959, 113839, 118327, 127303, 137287, 140767, 141457, 168199, 187207, 193591, 214819, 234247, 235807, 259207, 283943, 306907, 358423, 369799, 396727, 422719, 424057 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If multiples of 2, 3 and 5 are not excluded, then terms like 15, 55, 715, 759, 1495,... belong to the sequence. - Giovanni Resta, May 21 2013
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..8274 (terms < 10^12)
MATHEMATICA
qcm[n_, d_] := Block[{p, e}, {p, e} = Transpose@FactorInteger@n; Length[p] > 1 && Max[e] == 1 && d < Min[p] && And @@ IntegerQ /@ ((n - d)/(p - d))]; Select[Range[10^6], qcm[#, 7] &] (* Giovanni Resta, May 21 2013 *)
CROSSREFS
Sequence in context: A166391 A339863 A349939 * A045224 A362630 A308810
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 July 26 23:00 EDT 2024. Contains 374636 sequences. (Running on oeis4.)