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!)
A254519 Largest n-digit pseudoprime to base 3. 0
91, 949, 8911, 97567, 997633, 9959413, 99971821, 999271891, 9999326731, 99997244929, 999989423051, 9999899578441, 99999695823301, 999999050050321, 9999997295187859, 99999997019370001 (list; graph; refs; listen; history; text; internal format)
OFFSET

2,1

LINKS

Table of n, a(n) for n=2..17.

PROG

(PARI) for(n=2, 20, k=10^n; while(ispseudoprime(k) || Mod(3, k)^(k-1)!=1, k--); print1(k, ", "))

CROSSREFS

Cf. A005935, A067845.

Sequence in context: A085952 A129255 A093291 * A185375 A036526 A170955

Adjacent sequences: A254516 A254517 A254518 * A254520 A254521 A254522

KEYWORD

nonn,hard,base,more

AUTHOR

Felix Fröhlich, Jan 31 2015

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 March 21 07:15 EDT 2023. Contains 361392 sequences. (Running on oeis4.)