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!)
A095373 Integers n such that A095372(n) = 1+90*(-1+100^n)/99 is prime. 1
2, 3, 8, 15, 26, 33, 146, 320, 1068, 1505 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Corresponding primes are: 9091, 909091, 909090909090909091, 909090909090909090909090909091, ...
MATHEMATICA
{ta=Table[0, {100}], u=1}; Do[s=1+(90*(100^n-1)/99); If[PrimeQ[s], Print[{n, s}]; ta[[u]]=s; u=u+1], {n, 1, 320}] ta
CROSSREFS
Sequence in context: A293389 A128035 A003473 * A249357 A291400 A369552
KEYWORD
more,nonn
AUTHOR
Labos Elemer, Jun 07 2004
EXTENSIONS
a(9)-a(10) from Max Alekseyev, Jan 28 2012
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 16 04:17 EDT 2024. Contains 371696 sequences. (Running on oeis4.)