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!)
A103057 Numbers n such that 7*10^n + 4*R_n - 3 is prime, where R_n = 11...1 is the repunit (A002275) of length n. 1
1, 4, 6, 7, 10, 16, 22, 31, 1315, 2064, 6150, 8707, 12252, 18610, 21630, 41712, 44808, 45421 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers n such that (67*10^n-31)/9 is prime.
a(19) > 10^5. - Robert Price, Sep 28 2015
LINKS
FORMULA
a(n) = A101139(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(67*10^n - 31)/9], Print[n]], {n, 0, 10000}]
Select[Range[10000], PrimeQ[(67 10^# - 31) / 9] &] (* Vincenzo Librandi, Sep 29 2015 *)
PROG
(Magma) [n: n in [0..500] | IsPrime((67*10^n-31) div 9)]; // Vincenzo Librandi, Sep 29 2015
CROSSREFS
Sequence in context: A310652 A310653 A310654 * A039590 A134038 A247546
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Jan 19 2005
EXTENSIONS
a(13)-a(15) from Kamada data by Robert Price, Dec 14 2010
a(16)-a(18) from Erik Branger May 01 2013 by Ray Chandler, Aug 16 2013
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 24 19:31 EDT 2024. Contains 371962 sequences. (Running on oeis4.)