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!)
A271340 Numbers k such that (14*10^k + 73)/3 is prime. 0
0, 1, 2, 3, 4, 6, 7, 10, 15, 19, 32, 54, 68, 114, 148, 227, 238, 286, 405, 789, 857, 1310, 2314, 3613, 4103, 4215, 5135, 6094, 8023, 8718, 16899, 34215, 41989, 81585, 85010, 143097, 165282, 199447 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For k>1, numbers such that the digit 4 followed by k-2 occurrences of the digit 6 followed by the digits 91 is prime (see Example section).
a(39) > 2*10^5.
LINKS
Makoto Kamada, Search for 46w91.
EXAMPLE
3 is in this sequence because (14*10^3 + 73)/3 = 4691 is prime.
Initial terms and primes associated:
a(1) = 0, 29;
a(2) = 1, 71;
a(3) = 2, 491;
a(4) = 3, 4691;
a(5) = 4, 46691;
a(6) = 6, 4666691, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(14*10^# + 73)/3] &]
PROG
(PARI) is(n)=ispseudoprime((14*10^n + 73)/3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A163771 A194855 A272766 * A362851 A117851 A050679
KEYWORD
nonn,more
AUTHOR
Robert Price, Apr 05 2016
EXTENSIONS
a(36)-a(38) from Robert Price, Dec 26 2018
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.)