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!)
A020239 Strong pseudoprimes to base 13. 3
85, 1099, 5149, 7107, 8911, 9637, 13019, 14491, 17803, 19757, 20881, 22177, 23521, 26521, 35371, 44173, 45629, 54097, 56033, 57205, 75241, 83333, 85285, 86347, 102719, 110309, 153401, 184339, 191959, 222529, 242845, 253021, 253927, 269861 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) /* insert A001262 code here */
isA020239(n)={
isStrongPsp(n, 13)
}
{
for(n=1, 10000000000, if(isA020239(n), print(n) ; ) ; ) ;
} /* R. J. Mathar, Mar 07 2012 */
CROSSREFS
Sequence in context: A069308 A183643 A206163 * A297587 A189439 A166917
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 19 15:03 EDT 2024. Contains 371794 sequences. (Running on oeis4.)