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!)
A275284 Numbers k such that (29*10^k - 41)/3 is prime. 0
1, 2, 5, 7, 13, 16, 55, 61, 65, 98, 134, 296, 354, 527, 901, 1206, 1916, 2899, 3725, 4709, 7529, 8942, 12050, 12880, 15516, 25976, 62030, 111020, 195648, 197941 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers k such that the digit 9 followed by k-2 occurrences of the digit 6 followed by the digits 53 is prime (see Example section).
a(31) > 2*10^5.
LINKS
Makoto Kamada, Search for 96w53.
EXAMPLE
5 is in this sequence because (29*10^5 - 41)/3 = 966653 is prime.
Initial terms and associated primes:
a(1) = 1, 83;
a(2) = 2, 953;
a(3) = 5, 966653;
a(4) = 7, 96666653;
a(5) = 13, 96666666666653, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(29*10^# - 41)/3] &]
PROG
(PARI) lista(nn) = for(n=1, nn, if(ispseudoprime((29*10^n-41)/3), print1(n, ", "))); \\ Altug Alkan, Jul 21 2016
CROSSREFS
Sequence in context: A065897 A293762 A161889 * A261123 A336451 A249330
KEYWORD
nonn,more
AUTHOR
Robert Price, Jul 21 2016
EXTENSIONS
a(28)-a(30) from Tyler Busby, Mar 20 2024
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 July 29 16:28 EDT 2024. Contains 374734 sequences. (Running on oeis4.)