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

%I #6 Dec 03 2021 15:06:21

%S 349,2447992580749,59088590134729116001

%N Primes of the form (17^n - 3^n)/14.

%C The next term has 604 digits. - _Harvey P. Dale_, Dec 03 2021

%t a={};Do[p=(17^n-3^n)/14;If[PrimeQ[p],AppendTo[a,p]],{n,1,10^2}];a

%t Select[Table[(17^n-3^n)/14,{n,30}],PrimeQ] (* _Harvey P. Dale_, Dec 03 2021 *)

%Y Cf. A128031.

%K nonn,bref

%O 1,1

%A _Vladimir Joseph Stephan Orlovsky_, May 16 2008

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 19 08:08 EDT 2024. Contains 371782 sequences. (Running on oeis4.)