The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A029560 Quasi-Carmichael numbers to base 3: squarefree composites n such that prime p|n ==> p-3|n-3. 2
35, 1295, 2635, 6083, 6923, 7315, 7843, 13363, 24335, 25795, 26243, 29795, 31003, 43043, 44099, 49283, 50435, 54131, 115843, 138043, 147223, 191843, 234883, 254467, 388433, 471523, 472739, 544643, 618103, 631123, 725903, 790195, 819283, 862403 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Define C(k) to be the numbers n such that n is composite and squarefree and for p prime, p|n => p+k|n+k (p+k and n+k positive); sequence gives C(-3).
These are called 3-Korselt numbers by Bouallegue et al.
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..2453 (terms < 10^12)
K. Bouallegue, O. Echi, R. G. E. Pinch, Korselt numbers and sets, Intl. J. Numb. Theory 6 (2) (2010) 257-269.
MATHEMATICA
qcm[n_, d_] := Block[{p, e}, {p, e} = Transpose@FactorInteger@n; Length[p] > 1 && Max[e] == 1 && ! MemberQ[p, d] && Max@ Mod[n-d, p-d] == 0]; Select[Range[10^5], qcm[#, 3] &] (* Giovanni Resta, May 21 2013 *)
CROSSREFS
Sequence in context: A009979 A238379 A158733 * A195617 A249885 A135923
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 15 05:46 EDT 2024. Contains 372538 sequences. (Running on oeis4.)