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!)
A275978 Numbers k such that (101*10^k + 1)/3 is prime. 0
1, 4, 6, 12, 34, 54, 60, 61, 73, 148, 349, 552, 649, 967, 1044, 2521, 4501, 5721, 6133, 9052, 9880, 16126, 16215, 19146, 61770 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers k such that the digits 33 followed by k-1 occurrences of the digit 6 followed by the digit 7 is prime (see Example section).
a(26) > 10^5.
LINKS
Makoto Kamada, Search for 336w7.
EXAMPLE
4 is in this sequence because (101*10^4 + 1)/3 = 336667 is prime.
Initial terms and associated primes:
a(1) = 1, 337;
a(2) = 4, 336667;
a(3) = 6, 33666667;
a(4) = 12, 33666666666667;
a(5) = 34, 336666666666666666666666666666666667, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(101*10^# + 1)/3] &]
PROG
(PARI) isok(n) = isprime((101*10^n + 1)/3); \\ Michel Marcus, Aug 16 2016
CROSSREFS
Sequence in context: A087785 A366772 A081198 * A242211 A073167 A060202
KEYWORD
nonn,more
AUTHOR
Robert Price, Aug 15 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 15 23:52 EDT 2024. Contains 375959 sequences. (Running on oeis4.)