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!)
A273002 Numbers n such that 16*10^n+1 is prime. 1
0, 2, 3, 4, 18, 21, 36, 58, 68, 78, 84, 94, 150, 178, 190, 591, 686, 812, 840, 2308, 2530, 2884, 4311, 6134, 7695, 8004, 8109, 9777, 15570, 17505 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For n>1, numbers n such that the digits 16 followed by n-1 occurrences of the digit 0 followed by the digit 1 is prime (see Example section).
a(31) > 10^5.
LINKS
Makoto Kamada, Search for 160w1.
EXAMPLE
4 is in this sequence because 16*10^4+1 = 160001 is prime.
Initial terms and primes associated:
a(1) = 0, 17;
a(2) = 2, 1601;
a(3) = 3, 16001;
a(4) = 4, 160001;
a(5) = 18, 16000000000000000001. etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[16*10^#+1] &]
PROG
(PARI) is(n)=ispseudoprime(16*10^n+1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A187075 A154715 A077407 * A333547 A123702 A265367
KEYWORD
nonn,more
AUTHOR
Robert Price, May 12 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 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)