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!)
A020237 Strong pseudoprimes to base 11. 5
133, 793, 2047, 4577, 5041, 12403, 13333, 14521, 17711, 23377, 43213, 43739, 47611, 48283, 49601, 50737, 50997, 56057, 58969, 68137, 74089, 85879, 86347, 87913, 88831, 102173, 111055, 114211, 115231, 137149, 139231, 171601, 172369, 193249, 196555 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..636 from R. J. Mathar)
PROG
(PARI) /* insert A001262 code here */
isA020237(n)={
isStrongPsp(n, 11)
}
{
for(n=1, 10000000000,
if(isA020237(n), print(n) ; ) ;
) ;
} /* R. J. Mathar, Mar 07 2012 */
CROSSREFS
Sequence in context: A334037 A137879 A249108 * A217690 A117565 A357489
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 June 27 07:50 EDT 2024. Contains 373731 sequences. (Running on oeis4.)