A298365 Numbers k such that there exists at least one odd pseudoprime of order k.
10, 11, 14, 15, 16, 18, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97
Offset: 1
Keywords
Examples
10 is a term since 341 is an odd pseudoprime whose order is 10.
Links
- Krzysztof Ziemak, First 172 class [a(n)] of odd pseudoprime numbers
- Krzysztof Ziemak, PARI code for generation sequence a(n)
Formula
a(n) = min{k: k>a(n-1) and M(k) has a composite divisor d and rank(d)=k and d==1 (mod k)} for n = 1,2,3,... where M(k):=2^k-1.
Comments