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!)
A176938 Primes of the form 19^n + 10^n. 0

%I #12 Sep 08 2022 08:45:53

%S 2,29,461,140321,83198449160887472631428936505541918917761

%N Primes of the form 19^n + 10^n.

%C Associated n: 0, 1, 2, 4, 32. No further terms for n <= 3500. - _Vincenzo Librandi_, Jun 05 2014

%t Select[Table[19^n + 10^n, {n, 0, 100}], PrimeQ] (* _Vincenzo Librandi_, Jun 05 2014 *)

%o (Magma) [a: n in [0..1000] | IsPrime(a) where a is 19^n+10^n];

%K nonn

%O 1,1

%A _Vincenzo Librandi_, Apr 29 2010

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