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!)
A242199 Numbers k such that k*16^k + 1 is prime. 3
1, 3, 55, 81, 223, 1227, 3012, 3301 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[2000], PrimeQ[# 16^# + 1] &]
PROG
(Magma) [n: n in [0..2000] | IsPrime(n*16^n+1)];
(Sage) [n for n in (1..2000) if is_prime(n*16^n + 1)] # Bruno Berselli, May 09 2014
(PARI) is(n)=ispseudoprime(n*16^n+1) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Cf. similar sequences listed in A242176.
Sequence in context: A319038 A340214 A088278 * A268661 A041155 A111483
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, May 08 2014
EXTENSIONS
a(7)-a(8) from Loeh's list (see Links)
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 16 17:08 EDT 2024. Contains 371749 sequences. (Running on oeis4.)