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.
%I A122929 #15 Nov 09 2023 08:53:21 %S A122929 11,28,36,52,48,60,52,148,76,68,51,52,29,92,156,92,29,179,166,100,44, %T A122929 102,239,156,50,25,51,364,224,204,244,166,66,346,194,388,618,92,388, %U A122929 102,660,371,388,29,772,828,239,460,55,292,431,166,882,1060,532,155,68 %N A122929 Multiplicative order of 2 mod A141232(n). %H A122929 Amiram Eldar, <a href="/A122929/b122929.txt">Table of n, a(n) for n = 1..10000</a> %o A122929 (PARI) a137576(n)=my(t); sumdiv(2*n+1, d, eulerphi(d)/(t=znorder(Mod(2, d))))*t-t+1; %o A122929 lista(nn) = {forcomposite(n=1, nn, if ((n % 2) && (a137576((n-1)/2) == n), print1(znorder(Mod(2, n)), ", ");););} \\ _Michel Marcus_, Feb 09 2015 %Y A122929 Cf. A141232, A002326, A001262, A141216. %K A122929 nonn %O A122929 1,1 %A A122929 _Vladimir Shevelev_, Jul 05 2008, Jul 12 2008, Jul 23 2008 %E A122929 More terms from _Michel Marcus_, Feb 09 2015