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!)
A324900 Fully multiplicative with a(prime(k)) = Lucas(2*(k+1)) for k-th prime p, where Lucas(n) = A000032(n). 2
1, 7, 18, 49, 47, 126, 123, 343, 324, 329, 322, 882, 843, 861, 846, 2401, 2207, 2268, 5778, 2303, 2214, 2254, 15127, 6174, 2209, 5901, 5832, 6027, 39603, 5922, 103682, 16807, 5796, 15449, 5781, 15876, 271443, 40446, 15174, 16121, 710647, 15498, 1860498, 15778, 15228, 105889, 4870847, 43218, 15129, 15463, 39726, 41307, 12752043 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Fully multiplicative with a(prime(k)) = A000032(2*(k+1)) = A000045(2k+1) + A000045(2k+3).
Sum_{n>=1} 1/a(n) = 1 / Product_{k>=1} (1 - 1/Lucas(2*k+2)) = 1.278911382005... . - Amiram Eldar, Aug 28 2023
MATHEMATICA
f[p_, e_] := LucasL[2*(PrimePi[p]+1)]^e; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 60] (* Amiram Eldar, Aug 28 2023 *)
PROG
(PARI)
A000032(n) = (fibonacci(n+1)+fibonacci(n-1));
A324900(n) = { my(f = factor(n)); for(i=1, #f~, f[i, 1] = A000032(2*(1+primepi(f[i, 1])))); factorback(f); };
CROSSREFS
Sequence in context: A002764 A124053 A356042 * A343545 A324944 A084819
KEYWORD
nonn,easy,mult
AUTHOR
Antti Karttunen, Apr 15 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 18 03:01 EDT 2024. Contains 371767 sequences. (Running on oeis4.)