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!)
A176939 Primes of the form 23^n + 10^n. 0
2, 289841, 6132620415680998648961 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No further terms for n <= 3500. - Vincenzo Librandi, Jun 05 2014
LINKS
MATHEMATICA
Select[Table[23^n + 10^n, {n, 0, 100}], PrimeQ] (* Vincenzo Librandi, Jun 05 2014 *)
PROG
(Magma) [a: n in [0..1000] | IsPrime(a) where a is 23^n+10^n];
CROSSREFS
Sequence in context: A202867 A058435 A151606 * A070694 A322095 A158346
KEYWORD
nonn,bref
AUTHOR
Vincenzo Librandi, Apr 29 2010
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)