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!)
A029559 Quasi-Carmichael numbers to base 4: squarefree composites n such that (n,2*3) = 1 and prime p|n ==> p-4|n-4. 2
1705, 7015, 31369, 53599, 77809, 215635, 244885, 248239, 346801, 568879, 662935, 898105, 2151769, 2240515, 2782579, 9480829, 10665265, 11219485, 13644085, 13929205, 16549579, 17782879, 21592289, 29354329, 30075565, 35448439, 39792379 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If multiples of 2 and 3 are not excluded, then terms like 6, 10, 15, 30, 70, 130, 165,... belong to the sequence. - Giovanni Resta, May 21 2013
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..372 (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[#, 4] &] (* Giovanni Resta, May 21 2013 *)
CROSSREFS
Sequence in context: A345506 A345782 A157287 * A222553 A345516 A345769
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 August 11 15:49 EDT 2024. Contains 375073 sequences. (Running on oeis4.)