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!)
A271107 Numbers n such that 33*10^n+1 is prime. 0
1, 2, 5, 6, 7, 8, 29, 47, 145, 205, 227, 505, 553, 600, 787, 809, 1305, 1447, 1593, 2285, 4763, 5679, 9133, 12516, 14869, 16536, 33402, 36085, 51933, 56443, 69133 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers such that the digits 33 followed by n-1 occurrences of the digit 0 followed by the digit 1 is prime (see Example section).
a(32) > 10^5.
LINKS
Makoto Kamada, Search for 330w1.
EXAMPLE
5 is in this sequence because 33*10^5+1 = 3300001 is prime.
Initial terms and primes associated:
a(1) = 1, 331;
a(2) = 2, 3301;
a(3) = 5, 3300001;
a(4) = 6, 33000001;
a(5) = 7, 330000001;
a(6) = 8, 3300000001, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[33*10^#+1] &]
PROG
(PARI) lista(nn) = for(n=1, nn, if(ispseudoprime(33*10^n+1), print1(n, ", "))); \\ Altug Alkan, Mar 31 2016
CROSSREFS
Sequence in context: A191205 A043047 A327016 * A014355 A048972 A188218
KEYWORD
nonn,base,more
AUTHOR
Robert Price, Mar 30 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 March 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)