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!)
A105066 Positive integers n such that n^8 + 1 is semiprime. 14
6, 9, 10, 13, 16, 18, 20, 22, 26, 28, 32, 33, 34, 38, 42, 43, 47, 50, 51, 52, 53, 56, 58, 60, 66, 68, 69, 70, 72, 81, 84, 92, 94, 98, 102, 104, 110, 116, 120, 134, 136, 138, 144, 145, 160, 162, 164, 166, 170, 172, 174, 178, 185, 188, 192, 196, 198, 200, 204, 205, 210 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
n^8 + 1 is an irreducible polynomial over the integers and thus can be prime (1^8+1=2, 2^8+1=257, 4^8+1=65537) as well as semiprime.
LINKS
FORMULA
a(n)^8+1 is an element of A001538.
EXAMPLE
6^8+1 = 1679617 = 17 * 98801,
16^8+1 = 4294967297 = 641 * 6700417,
72^8+1 = 722204136308737 = 12110113 * 59636449 where the two factors have the same number of digits.
MATHEMATICA
fQ[n_] := Flatten[ Table[ #[[2]], {1}] & /@ FactorInteger[n]] == {1, 1}; Select[ Range[220], fQ[ #^8 + 1] &] (* Robert G. Wilson v, Apr 06 2005 *)
Select[Range[300], PrimeOmega[#^8+1]==2&] (* Harvey P. Dale, Nov 19 2018 *)
CROSSREFS
Sequence in context: A262362 A125494 A177029 * A048283 A169692 A359371
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Apr 05 2005
EXTENSIONS
More terms from Robert G. Wilson v, Apr 06 2005
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.)