cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A385229 Odd multiplicative orders of -3 modulo primes.

This page as a plain text file.
%I A385229 #21 Jun 30 2025 04:37:20
%S A385229 1,3,9,15,9,21,5,11,39,17,63,69,25,39,81,99,105,111,15,141,17,165,87,
%T A385229 61,93,189,99,73,231,243,83,29,7,285,303,51,103,315,107,11,345,121,
%U A385229 369,375,131,405,411,71,429,219,63,453,153,117,161,165,83,17,519,105,531,267,543,561,117
%N A385229 Odd multiplicative orders of -3 modulo primes.
%C A385229 Odd elements in A380482.
%C A385229 a(n) is the multiplicative order of -3 modulo A385223(n).
%H A385229 Jianing Song, <a href="/A385229/b385229.txt">Table of n, a(n) for n = 1..10000</a>
%t A385229 Select[Map[MultiplicativeOrder[-3, #] &, Prime[Range[200]]], OddQ] (* _Paolo Xausa_, Jun 30 2025 *)
%o A385229 (PARI) forprime(p=2, 1e4, if(p!=3, z=znorder(Mod(-3, p)); if(z%2, print1(z, ", "))))
%Y A385229 Cf. A380482, A385223 (corresponding primes).
%Y A385229 Cf. other bases: A139686 (base 2), A385226 (base 3), A385227 (base 4), A385193 (base 5), A385228 (base -2), this sequence (base -3), A385230 (base -4), A385231 (base -5).
%K A385229 nonn,easy
%O A385229 1,2
%A A385229 _Jianing Song_, Jun 22 2025