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!)
A102907 Primes of the form 3^n+10. 10
11, 13, 19, 37, 739, 6571, 387420499, 150094635296999131, 57264168970223481226273458862846808078011946899, 2465034704958067503996131453373943813074726512397600979 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..10.

MATHEMATICA

a = Delete[Union[Flatten[Table[If [PrimeQ[3^n + 10] == True, 3^n + 10, 0], {n, 1, 200}]]], 1]

PROG

(Magma) [a: n in [0..250] | IsPrime(a) where a is 3^n+10]; // Vincenzo Librandi, Nov 16 2010

CROSSREFS

Sequence in context: A068579 A048519 A288878 * A235479 A089774 A346287

Adjacent sequences: A102904 A102905 A102906 * A102908 A102909 A102910

KEYWORD

nonn

AUTHOR

Roger L. Bagula, Mar 01 2005

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 March 22 22:37 EDT 2023. Contains 361434 sequences. (Running on oeis4.)