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!)
A177027 Primes of the form 11^n+3^n-1. 1
13, 19489357, 2357967373, 23225154419887808146560828362864653 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term (a(5)) has 133 digits. - Harvey P. Dale, Jan 18 2024
LINKS
FORMULA
a(n) = 11^A177030(n)+3^A177030(n)-1.
MATHEMATICA
Select[Table[11^n+3^n-1, {n, 40}], PrimeQ] (* Harvey P. Dale, Jan 18 2024 *)
PROG
(Magma) [ a: n in [0..350] | IsPrime(a) where a is 11^n+3^n-1^n]
CROSSREFS
Sequence in context: A034248 A324270 A351238 * A158750 A145744 A174309
KEYWORD
nonn,less
AUTHOR
Vincenzo Librandi, Dec 09 2010
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 24 14:32 EDT 2024. Contains 371960 sequences. (Running on oeis4.)