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!)
A329660 Numbers m such that sigma(m) is a Lucas number (A000032), where sigma(m) is the sum of divisors of m (A000203). 1
1, 2, 3, 4, 10, 17, 688, 1075, 103681, 7860997, 10749957121, 115561578124838522881, 488296733939737583689, 489501979450313254561, 3628116960730713370000, 8784132317383836036997, 8784200214538920269317, 50755107290462736080376601, 94426187701102977738552612783157 (list; graph; refs; listen; history; text; internal format)
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
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
Sequence in context: A365352 A285190 A055506 * A098088 A080500 A007661
KEYWORD
nonn
AUTHOR
Amiram Eldar, Nov 18 2019
EXTENSIONS
a(12)-a(19) from Giovanni Resta, Nov 18 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 24 07:34 EDT 2024. Contains 371922 sequences. (Running on oeis4.)