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!)
A085512 Numbers k such that (89 + 10^(2*k+1))/99 is prime. 0
1, 6, 7, 15, 18, 19, 22, 174, 427, 484, 1702, 2380, 6048, 8257 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
6 is a term because (1/99)*(89 + 10^(2*6+1)) = 101010101011, a prime.
PROG
(PARI) is(n)=isprime((89+10^(2*n+1))/99) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A047915 A084382 A315842 * A165767 A292348 A319185
KEYWORD
nonn,changed
AUTHOR
Jason Earls, Aug 19 2003
EXTENSIONS
a(9)-a(10) from David Wasserman, Feb 03 2005
a(11)-a(12) from L. Joris Perrenet
a(13)-a(14) from Michael S. Branicky, Apr 12 2024
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 19 04:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)