login
This site is supported by donations 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; internal format)
OFFSET

1,1

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

Cf. A095372, A002275, A095370, A095371.

Sequence in context: A174019 A128035 A003473 * A056802 A179991 A026698

Adjacent sequences:  A095370 A095371 A095372 * A095374 A095375 A095376

KEYWORD

more,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Jun 07 2004

EXTENSIONS

a(9)-a(10) from Max Alekseyev (maxale(AT)gmail.com), Jan 28 2012

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 23:08 EST 2012. Contains 206085 sequences.