The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A219188 Sum of prime divisors (with repetition) of Lucas(n). 1
0, 3, 4, 7, 11, 8, 29, 47, 23, 44, 199, 32, 521, 284, 46, 2207, 3571, 118, 9349, 2168, 244, 353, 600, 1152, 263, 90484, 5802, 14517, 19548, 2570, 3010349, 5568, 10104, 63513, 1022, 103713, 54018521, 29134604, 1463, 4689, 370248451, 1799, 151190, 2118, 787 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The same as A070827 from a(2) on. - R. J. Mathar, Nov 16 2012
LINKS
FORMULA
a(n) = A001414(A000032(n)). - Amiram Eldar, Sep 05 2019
EXAMPLE
a(6) = 8 because Lucas(6) = 18 = 2*3^2 and the sum of the prime divisors with repetition is 2 + 2*3 = 8.
MAPLE
A219188 := proc(n)
end proc:
seq(A219188(n), n=1..48) ; # R. J. Mathar, Nov 16 2012
MATHEMATICA
f[n_] := Plus @@ Times @@@ FactorInteger@ LucasL[n]; f[1] = 0; Array[f, 60]
CROSSREFS
Sequence in context: A002887 A080034 A061447 * A283428 A185506 A328379
KEYWORD
nonn
AUTHOR
Michel Lagneau, Nov 14 2012
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 May 15 01:30 EDT 2024. Contains 372536 sequences. (Running on oeis4.)