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!)
A138943 Primes of the form (16^n - 3^n)/13. 0
19, 313, 1635972917889127228189253483929940713 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term has 562 digits. - Harvey P. Dale, Mar 28 2013
LINKS
MATHEMATICA
a={}; Do[p=(16^n-3^n)/13; If[PrimeQ[p], AppendTo[a, p]], {n, 1, 10^2}]; a
Select[Table[(16^n-3^n)/13, {n, 500}], PrimeQ] (* Harvey P. Dale, Mar 28 2013 *)
CROSSREFS
Cf. A128030.
Sequence in context: A032631 A142430 A180845 * A111420 A166965 A137352
KEYWORD
nonn,bref
AUTHOR
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)