|
Search: id:A056714
|
|
|
| A056714 |
|
Numbers n such that 5*10^n + 3*R_n is prime, where R_n = 11...1 is the repunit (A002275) of length n. |
|
+0 2
|
| |
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
Also numbers n such that (16*10^n-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 (f.firoozbakht(AT)sci.ui.ac.ir), Dec 02 2003
|
|
LINKS
|
Makoto Kamada, Factorizations of 533...33
Prime Puzzles, Puzzle 244
Index entries for primes involving repunits
|
|
MATHEMATICA
|
Do[ If[ PrimeQ[ 5*10^n + 3*(10^n-1)/9], Print[n]], {n, 0, 5000}]
|
|
CROSSREFS
|
Sequence in context: A030552 A146371 A146379 this_sequence A120074 A056706 A052454
Adjacent sequences: A056711 A056712 A056713 this_sequence A056715 A056716 A056717
|
|
KEYWORD
|
hard,nonn
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 11 2000
|
|
EXTENSIONS
|
1705 from Farideh Firoozbakht (f.firoozbakht(AT)sci.ui.ac.ir), Dec 18 2003
|
|
|
Search completed in 0.002 seconds
|