login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104479 Positive integers n such that n^16 + 1 is semiprime (A001358). 4
3, 4, 9, 12, 14, 16, 18, 20, 26, 29, 40, 41, 48, 58, 70, 73, 81, 87, 92, 96, 104, 111, 113, 114, 118, 122, 130, 140, 142, 144, 146, 150, 157, 162, 164, 167, 168, 172, 173, 184, 187, 192, 194, 195, 199, 200, 202, 208, 220, 230, 232, 244, 253, 256, 266, 278, 292, 295, 298 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

n^16 + 1 is an irreducible polynomial over Z and thus can be either prime (A006313) or semiprime.

FORMULA

a(n)^16 + 1 is semiprime (A001358).

EXAMPLE

3^16 + 1 = 43046722 = 2 * 21523361,

4^16 + 1 = 4294967297 = 641 * 6 700417,

9^16 + 1 = 1853020188851842 = 2 * 926510094425921,

12^16 + 1 = 184884258895036417 = 153953 * 1200913648289,

200^16 + 1 = 6553600000000000000000000000000000001 =

162123499503471553 * 40423504427621041217.

MATHEMATICA

Select[Range[300], PrimeOmega[#^16+1]==2&] (* From Harvey P. Dale, Aug 21 2011 *)

PROG

(MAGMA)IsSemiprime:=func< n | &+[ k[2]: k in Factorization(n) ] eq 2 >; [n: n in [2..300]|IsSemiprime(n^16+1)][From V. Librandi, Dec 21 2010]

CROSSREFS

Cf. A000040, A001358, A006313, A103854, A104238, A104335, A105041, A105066, A105078, A105122, A105142, A105237.

Sequence in context: A182828 A035256 A047075 * A067163 A010394 A010427

Adjacent sequences:  A104476 A104477 A104478 * A104480 A104481 A104482

KEYWORD

easy,nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Apr 18 2005

EXTENSIONS

More terms from Vincenzo Librandi, Dec 21 2010

Corrected (adding 202, 208, and 220) by Harvey P. Dale, Aug 21 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 02:48 EST 2012. Contains 205978 sequences.