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!)
A114975 11^n+n^11 is semiprime. 0
6, 10, 16, 24, 26, 48, 63 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
6 is OK because 11^6 + 6^11 = 1771561 + 362797056 = 364568617 = 7*52081231(semiprime).
PROG
(Magma) IsSemiprime:=func< n | &+[ k[2]: k in Factorization(n) ] eq 2 >; [ n: n in [1..70]|IsSemiprime(11^n+n^11)] // [Vincenzo Librandi, Dec 16 2010]
CROSSREFS
Sequence in context: A315349 A315350 A340773 * A230276 A079329 A302748
KEYWORD
nonn
AUTHOR
Zak Seidov, Feb 22 2006
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)