login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A228031
Primes of the form 7^n + 10.
4
11, 17, 59, 353, 2411, 117659, 823553, 1977326753, 9387480337647754305659, 3219905755813179726837617, 44567640326363195900190045974568017, 616873509628062366290756156815389726793178417, 30226801971775055948247051683954096612865741953
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[7^n + 10, {n, 0, 300}], PrimeQ]
PROG
(Magma) [a: n in [0..300] | IsPrime(a) where a is 7^n+10];
CROSSREFS
Cf. A217132 (associated n).
Cf. Primes of the form k^n + h: A092506 (k=2, h=1), A057733 (k=2, h=3), A123250 (k=2, h=5), A104066 (k=2, h=7), A104070 (k=2, h=9), A057735 (k=3, h=2), A102903 (k=3, h=4), A102870 (k=3, h=8), A102907 (k=3, h=10), A290200 (k=4, h=1), A182330 (k=5, h=2), A102910 (k=5, h=8), A182331 (k=6, h=1), A104118 (k=6, h=5), A104115 (k=6, h=7), A104065 (k=7, h=4), this sequence (k=7, h=10), A144360 (k=8, h=7), A145440 (k=8, h=9), A228034 (k=9, h=2), A159352 (k=10, h=3), A159031 (k=10, h=7).
Sequence in context: A217064 A377856 A242244 * A324795 A250716 A244853
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Aug 11 2013
EXTENSIONS
Corrected cross-references - Robert Price, Aug 01 2017
STATUS
approved