|
Search: id:A085726
|
|
|
| A085726 |
|
Numbers n such that n-th Lucas number is a semiprime. |
|
+0 2
|
|
| 3, 10, 14, 20, 23, 26, 29, 32, 38, 43, 49, 56, 62, 64, 67, 68, 73, 76, 80, 83, 86, 89, 97, 107, 121, 128, 136, 137, 157, 164, 167, 172, 178, 197, 202, 211, 223, 229, 284, 293, 307, 311, 328, 373, 389, 397, 458, 487, 521, 541, 557, 577, 586, 619, 673, 857, 914, 929, 947
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
From results on the divisibility of generalized Fibonacci sequences (2nd order recurrences with various integer initial values), it follows that if n is such that n-th Lucas number is a semiprime, it is necessary but not sufficient that n have at most two distinct prime factors (A070915). That is: A000204(n) an element of A001358 implies n an element of A070915. - Jonathan Vos Post (jvospost2(AT)yahoo.com), Sep 22 2005
All numbers in this sequence have the form 2^r p^s, where p is an odd prime and r and s are not both zero. It appears that s=2 for only p=7 and 11, otherwise s=0 or 1. - T. D. Noe (noe(AT)sspectra.com), Nov 29 2005
|
|
LINKS
|
Blair Kelly, Fibonacci and Lucas Factorizations
|
|
MATHEMATICA
|
a = 1; b = 3; Do[c = a + b; If[Plus@@Last/@FactorInteger[c] == 2, Print[n]]; a = b; b = c, {n, 3, 200}] (Propper)
|
|
CROSSREFS
|
Cf. A000204.
Cf. A072381 (n such that Fibonacci(n) is a semiprime).
Sequence in context: A079943 A041865 A085776 this_sequence A063796 A063221 A022409
Adjacent sequences: A085723 A085724 A085725 this_sequence A085727 A085728 A085729
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Jason Earls (zevi_35711(AT)yahoo.com), Jul 20 2003
|
|
EXTENSIONS
|
More terms from Mark Hudson (mrmarkhudson(AT)hotmail.com), Aug 25 2004
More terms from Ryan Propper (rpropper(AT)stanford.edu), Jun 28 2005
More terms from T. D. Noe (noe(AT)sspectra.com), Nov 29 2005
|
|
|
Search completed in 0.002 seconds
|