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!)
A275538 Numbers n such that (38*10^n + 547)/9 is prime. 0
1, 3, 4, 9, 10, 13, 19, 21, 25, 28, 70, 81, 97, 106, 291, 369, 460, 577, 4705, 5427, 7153, 7191, 7885, 12070, 20794, 34855 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For n>1, numbers such that the digit 4 followed by n-2 occurrences of the digit 2 followed by the digits 83 is prime (see Example section).
a(27) > 10^5.
LINKS
Makoto Kamada, Search for 42w83.
EXAMPLE
3 is in this sequence because (38*10^3 + 547)/9 = 4283 is prime.
Initial terms and primes associated:
a(1) = 1, 103;
a(2) = 3, 4283;
a(3) = 4, 42283;
a(4) = 9, 4222222283;
a(5) = 10, 42222222283, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(38*10^# + 547)/9] &]
PROG
(PARI) isok(n) = isprime((38*10^n + 547)/9); \\ Michel Marcus, Aug 01 2016
CROSSREFS
Sequence in context: A287323 A059985 A137709 * A090120 A129783 A301919
KEYWORD
nonn,more
AUTHOR
Robert Price, Aug 01 2016
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 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)