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!)
A056714 Numbers k such that 5*10^k + 3*R_k is prime, where R_k = 11...1 is the repunit (A002275) of length k. 1
0, 1, 3, 13, 25, 49, 143, 419, 1705, 13993, 35753, 40889 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also numbers k such that (16*10^k - 1)/3 is prime.
5*10^a(n) + 3*(10^a(n) - 1)/9 is a solution for part (b) of questions of puzzle 244 from www.primepuzzles.net. If a(n) is greater than 5812 then a(n) is an example that is asked for in this question. - Farideh Firoozbakht, Dec 02 2003
LINKS
Carlos Rivera, Puzzle 244. Null Conjunction, The Prime Puzzles and Problems Connection.
MATHEMATICA
Do[ If[ PrimeQ[ 5*10^n + 3*(10^n-1)/9], Print[n]], {n, 0, 5000}]
CROSSREFS
Sequence in context: A030552 A146371 A146379 * A120074 A056706 A052454
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Aug 11 2000
EXTENSIONS
1705 from Farideh Firoozbakht, Dec 18 2003
13993, 35753 and 40889 from Serge Batalov, Jan 2009 confirmed as next terms by Ray Chandler, Feb 11 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)