OFFSET
1,2
COMMENTS
A000420 are the only odd terms of the sequence. - Robert Israel, Feb 25 2020
LINKS
Robert Israel, Table of n, a(n) for n = 1..2500
MAPLE
filter:= n -> 15 &^ n - 1 mod n = 0:
select(filter, [$1..10000]); # Robert Israel, Feb 25 2020
PROG
(PARI) is(n)=Mod(15, n)^n==1 \\ Charles R Greathouse IV, Nov 04 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, May 17 2010
STATUS
approved