login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A020176 Pseudoprimes to base 48. 1
49, 91, 245, 259, 329, 427, 481, 637, 703, 793, 833, 1105, 1267, 1645, 1729, 1813, 1891, 1921, 2257, 2303, 2305, 2353, 2465, 2701, 2821, 2989, 3367, 3439, 4465, 4753, 5185, 5537, 5551, 5611, 5951, 6533, 6601, 6697, 6721, 7345, 8869, 8911, 9457, 9881, 10021 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Composite numbers n such that 48^(n-1) == 1 (mod n). - Michel Lagneau, Feb 18 2012
LINKS
MATHEMATICA
base = 48; t = {}; n = 1; While[Length[t] < 100, n++; If[! PrimeQ[n] && PowerMod[base, n-1, n] == 1, AppendTo[t, n]]]; t (* T. D. Noe, Feb 21 2012 *)
Select[Range[11000], CompositeQ[#]&&PowerMod[48, #-1, #]==1&] (* Harvey P. Dale, Feb 26 2022 *)
CROSSREFS
Cf. A001567 (pseudoprimes to base 2).
Sequence in context: A108164 A020158 A084632 * A146064 A224905 A224846
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 29 02:29 EDT 2024. Contains 372097 sequences. (Running on oeis4.)