[go: up one dir, main page]

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!)
Revision History for A105934 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A105934 Positive integers n such that n^22 + 1 is semiprime (A001358).
(history; published version)
#10 by Charles R Greathouse IV at Thu Sep 08 08:45:17 EDT 2022
PROG

(MAGMAMagma)IsSemiprime:=func< n | &+[ k[2]: k in Factorization(n) ] eq 2 >; [n: n in [2..1000] | IsSemiprime(n^22+1)]; // Vincenzo Librandi, Dec 21 2010

Discussion
Thu Sep 08 08:45
OEIS Server: https://oeis.org/edit/global/2944
#9 by N. J. A. Sloane at Sat May 24 01:49:26 EDT 2014
STATUS

proposed

approved

#8 by Vincenzo Librandi at Sat May 24 01:41:54 EDT 2014
STATUS

editing

proposed

#7 by Vincenzo Librandi at Sat May 24 01:41:43 EDT 2014
PROG

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

#6 by Vincenzo Librandi at Sat May 24 01:40:48 EDT 2014
MATHEMATICA

Select[Range[1000], PrimeOmega[#^22 + 1]==2&] (* Vincenzo Librandi, May 24 2014 *)

STATUS

approved

editing

#5 by Russ Cox at Fri Mar 30 18:40:28 EDT 2012
AUTHOR

_Jonathan Vos Post (jvospost3(AT)gmail.com), _, Apr 26 2005

Discussion
Fri Mar 30 18:40
OEIS Server: https://oeis.org/edit/global/228
#4 by T. D. Noe at Tue Dec 21 12:22:25 EST 2010
STATUS

proposed

approved

#3 by Vincenzo Librandi at Tue Dec 21 05:53:51 EST 2010
PROG

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

STATUS

approved

proposed

#2 by N. J. A. Sloane at Fri Jan 09 03:00:00 EST 2009
KEYWORD

easy,nonn,new

AUTHOR

Jonathan Vos Post (jvospost2jvospost3(AT)yahoogmail.com), Apr 26 2005

#1 by N. J. A. Sloane at Tue Jul 19 03:00:00 EDT 2005
NAME

Positive integers n such that n^22 + 1 is semiprime (A001358).

DATA

116, 176, 184, 300, 444, 470, 584, 690, 696, 950

OFFSET

1,1

COMMENTS

We have the polynomial factorization: n^22 + 1 = (n^2 + 1) * (n^20 - n^18 + n^16 - n^14 + n^12 - n^10 + n^8 - n^6 + n^4 - n^2 + 1). Hence after the initial n=1 prime, the binomial can never be prime. It can be semiprime iff n^2+1 is prime and (n^20 - n^18 + n^16 - n^14 + n^12 - n^10 + n^8 - n^6 + n^4 - n^2 + 1) is prime.

FORMULA

a(n)^22 + 1 is in A001358. a(n)^2+1 is in A000040 and (a(n)^20 - a(n)^18 + a(n)^16 - a(n)^14 + a(n)^12 - a(n)^10 + a(n)^8 - a(n)^6 + a(n)^4 - a(n)^2 + 1) is in A000040.

EXAMPLE

116^22 + 1 = 2618639792014920380336685706161496723088736257 = 13457 * 194593133091693570657404005808240820620401,

300^22 + 1 = 3138105960900000000000000000000000000000000000000000001 = 90001 * 34867456593815624270841435095165609271008099910001,

950^22 + 1 = 323533544973709366507562922501564025878906250000000000000000000001 = 902501 * 358485525194663902319845543109164450653136395416736380347501.

CROSSREFS

Cf. A000040, A001358, A006313, A103854, A104238, A104335, A105041, A105066, A105078, A105122, A105142, A105237, A104479, A104494, A104657, A105282.

KEYWORD

easy,nonn

AUTHOR

Jonathan Vos Post (jvospost2(AT)yahoo.com), Apr 26 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 August 29 09:16 EDT 2024. Contains 375511 sequences. (Running on oeis4.)