cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A077315 Primes of the form 2^r * 11^s - 1.

Original entry on oeis.org

3, 7, 31, 43, 127, 241, 967, 5323, 8191, 117127, 131071, 524287, 7496191, 10307263, 77948683, 253755391, 428717761, 738197503, 1714871047, 2147483647, 16240345087, 27437936767, 42218553343, 1965081755647, 2414538435583, 7024111812607, 7860327022591, 16630113370111
Offset: 1

Views

Author

Amarnath Murthy, Nov 04 2002

Keywords

Crossrefs

Programs

  • PARI
    lista(nn) = {my(q=1/2, p, w=List([])); for(r=0, logint(nn, 2), q=2*q; p=q/11; for(s=0, logint(nn\q, 11), p=11*p; if(ispseudoprime(p-1), listput(w, p-1)))); Set(w); } \\ Jinyuan Wang, Feb 23 2020

Extensions

More terms from Ray Chandler, Aug 02 2003
a(26)-a(28) from Jinyuan Wang, Feb 23 2020