|
| |
|
|
A105762
|
|
Prime Lucas 3-step numbers, A001644.
|
|
1
| |
|
|
3, 7, 11, 71, 131, 241, 443, 1499, 196331, 86992799, 541292033, 292997064989357251, 129824812729295169371, 238785058551151434437, 5026368970977284897651, 105803877284856287511991
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
REFERENCES
| Tony D. Noe and Jonathan Vos Post, Primes in Fibonacci n-step and Lucas n-step Sequences, Journal of Integer Sequences, Vol. 8 (2005), Article 05.4.4.
|
|
|
LINKS
| Eric Weisstein's World of Mathematics, Lucas n-Step Number
|
|
|
MATHEMATICA
| a={-1, -1, 3}; lst={}; Do[s=Plus@@a; a=RotateLeft[a]; a[[ -1]]=s; If[PrimeQ[s], AppendTo[lst, s]], {n, 1000}]; lst
|
|
|
CROSSREFS
| Cf. A104576 (indices of prime Lucas 3-step numbers).
Sequence in context: A005372 A125220 A016081 * A057469 A082598 A082599
Adjacent sequences: A105759 A105760 A105761 * A105763 A105764 A105765
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| T. D. Noe (noe(AT)sspectra.com), Apr 22 2005
|
| |
|
|