cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A329660 Numbers m such that sigma(m) is a Lucas number (A000032), where sigma(m) is the sum of divisors of m (A000203).

This page as a plain text file.
%I A329660 #16 Nov 22 2019 20:42:03
%S A329660 1,2,3,4,10,17,688,1075,103681,7860997,10749957121,
%T A329660 115561578124838522881,488296733939737583689,489501979450313254561,
%U A329660 3628116960730713370000,8784132317383836036997,8784200214538920269317,50755107290462736080376601,94426187701102977738552612783157
%N A329660 Numbers m such that sigma(m) is a Lucas number (A000032), where sigma(m) is the sum of divisors of m (A000203).
%C A329660 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.
%H A329660 Daniel Suteu, <a href="/A329660/b329660.txt">Table of n, a(n) for n = 1..225</a>
%e A329660 4 is in the sequence since sigma(4) = 7 is a Lucas number.
%t A329660 f = LucasL @ Range[1, 40]; Select[Range[10^6], MemberQ[f, DivisorSigma[1, #]] &]  (* after _Giovanni Resta_ at A272412 *)
%Y A329660 Cf. A000032, A000203, A272412.
%K A329660 nonn
%O A329660 1,2
%A A329660 _Amiram Eldar_, Nov 18 2019
%E A329660 a(12)-a(19) from _Giovanni Resta_, Nov 18 2019