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!)
A275285 Numbers k such that 33*10^k + 7 is prime. 0
1, 2, 5, 6, 30, 58, 66, 127, 138, 179, 287, 520, 767, 954, 966, 1254, 1313, 1976, 2266, 2496, 3137, 4058, 4411, 7009, 11736, 12155, 21328, 31124, 31589, 38581, 42683, 54634, 56634, 85297 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 0, numbers k such that the digits 33 followed by k-1 occurrences of the digit 0 followed by the digit 7 is prime (see Example section).
a(35) > 10^5.
LINKS
Makoto Kamada, Search for 330w7.
EXAMPLE
5 is in this sequence because 33*10^5 + 7 = 3300007 is prime.
Initial terms and associated primes:
a(1) = 1, 337;
a(2) = 2, 3307;
a(3) = 5, 3300007;
a(4) = 6, 33000007;
a(5) = 30, 33000000000000000000000000000007, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[33*10^# + 7] &]
PROG
(PARI) lista(nn) = for(n=1, nn, if(ispseudoprime(33*10^n+7), print1(n, ", "))); \\ Altug Alkan, Jul 21 2016
CROSSREFS
Sequence in context: A056441 A365085 A164805 * A360085 A152918 A276845
KEYWORD
nonn,more
AUTHOR
Robert Price, Jul 21 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 September 4 16:09 EDT 2024. Contains 375685 sequences. (Running on oeis4.)