OFFSET
1,1
COMMENTS
The prime number 379009 rotated by 180 degree reads "GOOGLE". This sequence gives primes of this form with a string of 0's of arbitrary length, as it appears (upside down) on the web site of the search engine to browse the pages of available search results.
REFERENCES
J. Earls, Mathematical Bliss, Pleroma Publications, 2009, pages 15-17. ASIN: B002ACVZ6O [From Jason Earls, Nov 21 2009]
LINKS
G. L. Honaker, Jr. and Chris Caldwell, Prime Curios! 379009
FORMULA
a(n) = 379*10^A159264(n)+9.
MATHEMATICA
Select[Table[379*10^n + 9, {n, 3, 70}], PrimeQ] (* Arkadiusz Wesolowski, Oct 05 2011 *)
PROG
(PARI) for( n=0, 99, ispseudoprime(379*10^n+9) & print1(379*10^n+9, ", "))
CROSSREFS
KEYWORD
nonn,word
AUTHOR
M. F. Hasler, Apr 07 2009
STATUS
approved