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!)
A056696 Numbers k such that 90*R_k + 1 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 3
2, 4, 6, 32, 44, 104, 196, 198, 280, 300, 316, 1106, 1656, 3394, 35924, 37596, 64304, 80138, 221630 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also numbers k such that 10^(k+1) - 9 is a prime.
LINKS
FORMULA
a(n) = A095714(n) - 1.
MATHEMATICA
Do[ If[ PrimeQ[90*(10^n - 1)/9 + 1], Print[n]], {n, 0, 7000}]
CROSSREFS
Sequence in context: A339759 A121069 A100838 * A045662 A195324 A175877
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Aug 10 2000
EXTENSIONS
a(15) - a(16) from Jason Earls, Jan 07 2008
a(17) - a(19) from Alexander Gramolin, May 13 2011
Edited by Ray Chandler, Feb 26 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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)