A277634 a(n) = 2^A000668(n) - 1.
7, 127, 2147483647, 170141183460469231731687303715884105727
Offset: 1
Programs
-
PARI
forprime(p=1, 11, if(ispseudoprime(2^p-1), print1(2^(2^p-1)-1, ", ")))
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.
Comments