Числа Кармайкла
Покажите, что числа Кармайкла (несколько первых это: 561, 1105, 1729, 2465, 2821 и 6601) действительно «обманывают» тест Ферма: напишите процедуру 
carmichael-test
, которая берет целое число 
n
 и проверяет, правда ли 
a
 в степени 
n
 равняется 
a
 по модулю 
n
 для всех 
a < n
, и проверьте эту процедуру на этих числах Кармайкла.
Hi, everyone! I'm new here, could u please clarify, why do I get this:
program: true: unbound identifier
  in: true
  location...:
   program
  context...:
   /app/.heroku/racket/share/pkgs/sandbox-lib/racket/sandbox.rkt:753:18 
my assumption: I'm using not orthodoxia Racket lang version here.
      hi can you save your code and share it?
Hi, everyone! I'm new here, could u please clarify, why do I get this:
program: true: unbound identifier
  in: true
  location...:
   program
  context...:
   /app/.heroku/racket/share/pkgs/sandbox-lib/racket/sandbox.rkt:753:18 
my assumption: I'm using not orthodoxia Racket lang version here.
      Replacing true and false with #t and #f solved this issue for me
Hi, everyone! I'm new here, could u please clarify, why do I get this:
program: true: unbound identifier in: true location...: program context...: /app/.heroku/racket/share/pkgs/sandbox-lib/racket/sandbox.rkt:753:18
my assumption: I'm using not orthodoxia Racket lang version here.