login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A029567 Quasi-Carmichael numbers to base -7: squarefree composites n such that prime p|n ==> p+7|n+7. 0
273, 2093, 2387, 2585, 6545, 7553, 11433, 11753, 16653, 19865, 33473, 34265, 35105, 37433, 53345, 72065, 88193, 99209, 120089, 124733, 136793, 149753, 155873, 158723, 159581, 164423, 198653, 203573, 232193, 257033, 263993, 284303, 349265, 372053 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Giovanni Resta, Table of n, a(n) for n = 1..7312 (terms < 10^12)

Index entries for sequences related to Carmichael numbers.

MATHEMATICA

qcp[n_, d_] := Block[{p, e}, {p, e} = Transpose@FactorInteger@n;

Length[p] > 1 && Max[e] == 1 && And @@ IntegerQ /@ ((n + d)/(p + d))]; Select[Range[10^6], qcp[#, 7] &] (* Giovanni Resta, May 21 2013 *)

CROSSREFS

Sequence in context: A028530 A200836 A214220 * A028534 A210270 A225702

Adjacent sequences:  A029564 A029565 A029566 * A029568 A029569 A029570

KEYWORD

nonn,changed

AUTHOR

David W. Wilson

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 24 19:33 EDT 2013. Contains 225630 sequences.