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!)
A114971 Numbers n such that 3^n + n^3 is a semiprime. 3
1, 4, 8, 14, 16, 22, 23, 32, 34, 50, 52, 62, 80, 154, 170, 176, 202, 208, 214, 236, 248, 332, 398, 422 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(25) >= 428. - Hugo Pfoertner, Jul 28 2019
LINKS
EXAMPLE
4 is OK because 3^4 + 4^3 = 81 + 64 = 145 = 5*29 (semiprime).
MATHEMATICA
Select[Range[100], PrimeOmega[3^# + #^3]==2&] (* Vincenzo Librandi, May 21 2014 *)
PROG
(Magma)IsSemiprime:=func< n | &+[ k[2]: k in Factorization(n) ] eq 2 >; [ n: n in [1..95] | IsSemiprime(3^n+n^3)]; // Vincenzo Librandi Dec 16 2010
CROSSREFS
Sequence in context: A312263 A312264 A312265 * A312266 A312267 A312268
KEYWORD
nonn,more,hard
AUTHOR
Zak Seidov, Feb 22 2006
EXTENSIONS
a(14)-a(23) from Luke March, Jul 27 2015
a(24) from Hugo Pfoertner, Jul 28 2019
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 23 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)