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!)
A228029 Primes of the form 5^n + 6. 4

%I #20 Sep 08 2022 08:46:05

%S 7,11,31,131,631,1220703131

%N Primes of the form 5^n + 6.

%H Vincenzo Librandi, <a href="/A228029/b228029.txt">Table of n, a(n) for n = 1..15</a>

%t Select[Table[5^n + 6, {n, 0, 200}], PrimeQ]

%o (Magma) [a: n in [0..200] | IsPrime(a) where a is 5^n+6];

%Y Cf. A089142 (associated n).

%Y 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), this sequence (k=5, h=6), 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), 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).

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Aug 11 2013

%E Corrected cross-references - _Robert Price_, Aug 01 2017

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)