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!)
A351220 Numbers k such that sigma(L(k)) > 2*L(K), where L(k) is the k-th Lucas number. 1
6, 18, 30, 42, 45, 54, 66, 75, 78, 90, 102, 105, 114, 126, 135, 138, 150, 162, 165, 174, 186, 195, 198, 210, 222, 225, 234, 246, 258, 270, 282, 294, 306, 315, 318, 330, 342, 354, 366, 375, 378, 390, 402, 405, 414, 426, 435, 438, 450, 462, 474, 486, 495, 498, 510 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Indices of Lucas numbers that are abundant numbers (A005101).
The asymptotic density of this sequence is larger than 71/700 = 0.1014... (Wall, 1982).
LINKS
Charles R. Wall, Problem H-338, Advanced Problems and Solutions, The Fibonacci Quarterly, Vol. 20, No. 1 (1982), p. 94; Some Abundance, Solution to Problem H-338 by the proposer, ibid., Vol. 21, No. 2 (1983), pp. 159-160.
MATHEMATICA
Select[Range[0, 250], DivisorSigma[-1, LucasL[#]] > 2 &]
PROG
(Python) from sympy import divisor_sigma, lucas
print([k for k in range(150) if divisor_sigma(lucas(k)) > 2*lucas(k)])
# Karl-Heinz Hofmann, Feb 07 2022
CROSSREFS
Sequence in context: A077660 A240991 A304050 * A242394 A030568 A017593
KEYWORD
nonn
AUTHOR
Amiram Eldar, Feb 05 2022
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 July 26 17:53 EDT 2024. Contains 374636 sequences. (Running on oeis4.)