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!)
A138944 Primes of the form (17^n - 3^n)/14. 1
349, 2447992580749, 59088590134729116001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term has 604 digits. - Harvey P. Dale, Dec 03 2021
LINKS
MATHEMATICA
a={}; Do[p=(17^n-3^n)/14; If[PrimeQ[p], AppendTo[a, p]], {n, 1, 10^2}]; a
Select[Table[(17^n-3^n)/14, {n, 30}], PrimeQ] (* Harvey P. Dale, Dec 03 2021 *)
CROSSREFS
Cf. A128031.
Sequence in context: A273530 A282341 A285463 * A043619 A249430 A260763
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 24 19:39 EDT 2024. Contains 371963 sequences. (Running on oeis4.)