OFFSET
1,2
COMMENTS
Prime numbers of the form L(k)-1, where L(k) is the k-th Lucas number, are in this sequence. The terms 2, 3, 17, 103681, and 10749957121 are primes of this form (with k = 2, 3, 6, 24, 48). Also in the sequence is the prime L(96) - 1 = 115561578124838522881.
LINKS
Daniel Suteu, Table of n, a(n) for n = 1..225
EXAMPLE
4 is in the sequence since sigma(4) = 7 is a Lucas number.
MATHEMATICA
f = LucasL @ Range[1, 40]; Select[Range[10^6], MemberQ[f, DivisorSigma[1, #]] &] (* after Giovanni Resta at A272412 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Nov 18 2019
EXTENSIONS
a(12)-a(19) from Giovanni Resta, Nov 18 2019
STATUS
approved