login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A103110 Numbers n such that (58*100^n - 157)/99 is prime. 1
2, 3, 5, 63, 237, 407, 687, 4413, 5606
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
(58*100^A103110-157)/33 is a subsequence of the sequence A069514, so see Comments on A069514. Next term is greater than 6400.
Next term is greater than 15000. - Michael S. Branicky, Mar 22 2023
LINKS
MATHEMATICA
Do[If[PrimeQ[(58*10^n - 157)/99], Print[n]], {n, 6400}]
PROG
(PARI) is(n)=ispseudoprime((58*100^n-157)/99) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A238201 A084839 A259382 * A042239 A270582 A270916
KEYWORD
more,nonn
AUTHOR
Farideh Firoozbakht, Jan 24 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 19 02:12 EDT 2024. Contains 376003 sequences. (Running on oeis4.)