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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114971 3^n+n^3 is semiprime. 0
1, 4, 8, 14, 16, 22, 23, 32, 34, 50, 52, 62, 80 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

4 is OK because 3^4 + 4^3 = 81 + 64 = 145 = 5*29 (semiprime).

PROG

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

CROSSREFS

Sequence in context: A182841 A138634 A125495 * A179614 A175230 A175227

Adjacent sequences:  A114968 A114969 A114970 * A114972 A114973 A114974

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Feb 22 2006

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 15 12:25 EST 2012. Contains 205786 sequences.