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!)
A056662 Numbers k such that 90*R_k + 7 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 3
0, 1, 2, 16, 139, 989, 1886, 3529, 5995, 13819, 21872, 26044, 87719, 232598 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also numbers k such that 10^(k+1) - 3 is a prime number.
LINKS
FORMULA
a(n) = A089675(n) - 1. - Robert Price, Nov 01 2014
MATHEMATICA
Do[ If[ PrimeQ[ 90*(10^n - 1)/9 + 7 ], Print[n]], {n, 0, 1250}]
CROSSREFS
Sequence in context: A002302 A348803 A369580 * A348618 A151402 A365526
KEYWORD
hard,nonn
AUTHOR
Robert G. Wilson v, Aug 09 2000
EXTENSIONS
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 01 2008
a(13)-a(14) derived from A089675 by Robert Price, Nov 01 2014
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 May 7 18:53 EDT 2024. Contains 372313 sequences. (Running on oeis4.)