cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

User: Mohsen Hozan

Mohsen Hozan's wiki page.

Mohsen Hozan has authored 1 sequences.

A254002 Numbers n such that 1 + 46* Sum_{k=1..n} 100^(k-1) is prime.

Original entry on oeis.org

1, 3, 4, 6, 9, 45, 57, 130, 142, 198, 273, 331, 2494, 8437, 10210, 17377, 19972
Offset: 1

Author

Mohsen Hozan, Jan 21 2015

Keywords

Comments

Equivalently n is the number of As in a prime P of the form AAA...AA+1 where A=46. n is also equal to half the number of digits in P. The first 11 numbers of the sequence are validated by D. Alpern's java applet (see link).
Equivalently primes of the form (100^n - 1) * 46/99 + 1. - Charles R Greathouse IV, Jan 22 2015
a(12) proved prime with Primo 3.0.7. - Charles R Greathouse IV, Jan 22 2015

Examples

			47        is prime,     so 1 is in the sequence.
4647      is not prime, so 2 is not in the sequence.
464647    is prime,     so 3 is in the sequence.
46464647  is prime,     so 4 is in the sequence.
		

Crossrefs

Cf. A110705.

Programs

Extensions

a(13)-a(14) from Charles R Greathouse IV, Jan 22 2015
a(15) from Charles R Greathouse IV, Jan 23 2015
a(16)-a(17) from Charles R Greathouse IV, Jan 26 2015