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!)
A219187 Sum of distinct prime divisors of Lucas(n). 2
2, 0, 3, 2, 7, 11, 5, 29, 47, 21, 44, 199, 32, 521, 284, 44, 2207, 3571, 112, 9349, 2168, 242, 353, 600, 1152, 263, 90484, 5800, 14510, 19548, 2567, 3010349, 5568, 10102, 63513, 1022, 103713, 54018521, 29134604, 1461, 4689, 370248451, 1796, 151190, 2118, 785 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = A008472(A000032(n)). - Amiram Eldar, Sep 03 2019
EXAMPLE
a(6) = 5 because Lucas(6) = 21 and the sum of the prime divisors {3, 7} equals 10.
MAPLE
with (numtheory):with(combinat, fibonacci):
sopf:= proc(n) local e, j; e := ifactors(fibonacci(n+1)+fibonacci(n-1))[2]:
add (e[j][1], j=1..nops(e)) end:
seq (sopf(n), n=0..100);
MATHEMATICA
Array[If[#==1, 0, Plus@@First/@FactorInteger[LucasL[ # ]]]&, 50, 0]
CROSSREFS
Sequence in context: A007492 A135351 A079451 * A049799 A087985 A200927
KEYWORD
nonn
AUTHOR
Michel Lagneau, Nov 14 2012
EXTENSIONS
a(0) prepended by Amiram Eldar, Sep 03 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 26 21:53 EDT 2024. Contains 372004 sequences. (Running on oeis4.)