A173640 Primes of form n+2^n+3^n.
2, 101, 60083, 11610630703530923996233764322611619865107483053157900065365853867349888133476404509
Offset: 1
Keywords
Programs
-
Mathematica
Select[Table[n+2^n+3^n,{n,0,6!}],PrimeQ[#]&]
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.
Select[Table[n+2^n+3^n,{n,0,6!}],PrimeQ[#]&]
Comments