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!)
A295030 Numbers k such that 4*10^k + 91 is prime. 0
1, 2, 3, 8, 10, 15, 31, 32, 77, 106, 191, 197, 525, 557, 1958, 3848, 12771, 13348, 13507, 23164, 55932, 67375, 68020, 95407, 95672, 109142, 113905, 150577, 185905, 261248 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers such that the digit 4 followed by k-2 occurrences of the digit 0 followed by the digits 91 is prime (see Example section).
a(31) > 3*10^5.
LINKS
Makoto Kamada, Search for 40w91
EXAMPLE
2 is in this sequence because 4*10^2 + 91 = 491 is prime.
Initial terms and primes associated:
a(1) = 1, 131;
a(2) = 2, 491;
a(3) = 3, 4091;
a(4) = 8, 400000091;
a(5) = 10, 40000000091; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[4*10^# + 91] &]
PROG
(PARI) isok(k) = isprime(4*10^k + 91); \\ Michel Marcus, Nov 13 2017
CROSSREFS
Sequence in context: A281929 A286092 A100317 * A317655 A060697 A326714
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 12 2017
EXTENSIONS
a(26)-a(29) from Robert Price, Aug 18 2018
a(30) from Robert Price, Jun 01 2023
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 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)