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!)
A176932 Primes of the form 3^n + 10^n. 0
2, 13, 109, 100006561 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No more terms with n < 3000. [Vincenzo Librandi Jan 02 2014]
LINKS
MATHEMATICA
Select[Table[3^n + 10^n, {n, 0, 1500}], PrimeQ] (* Vincenzo Librandi Jan 02 2014 *)
PROG
(Magma) [a: n in [0..1500] | IsPrime(a) where a is 3^n+10^n];
CROSSREFS
Sequence in context: A367648 A245806 A192204 * A258916 A052444 A277463
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Apr 29 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:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)