|
Search: id:A113178
|
|
|
| A113178 |
|
Sum{p|n} F(p), where F(p) is the pth Fibonacci number and where the sum is over the distict prime divisors of n. |
|
+0 2
|
|
| 0, 1, 2, 1, 5, 3, 13, 1, 2, 6, 89, 3, 233, 14, 7, 1, 1597, 3, 4181, 6, 15, 90, 28657, 3, 5, 234, 2, 14, 514229, 8, 1346269, 1, 91, 1598, 18, 3, 24157817, 4182, 235, 6, 165580141, 16, 433494437, 90, 7, 28658, 2971215073, 3, 13, 6, 1599, 234
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
LINKS
|
Leroy Quet, Home Page (listed in lieu of email address)
|
|
FORMULA
|
Additive with a(p^e) = F(p).
|
|
EXAMPLE
|
12 = 2^2 * 3^1, so a(12) = F(2) + F(3) = 1 + 2 = 3.
|
|
MATHEMATICA
|
b[t_]:=Fibonacci[First[t]] a[n_]:=Apply[Plus, Map[b, FactorInteger[n]]] (Peuha)
|
|
CROSSREFS
|
Cf. A113177, A000045.
Sequence in context: A085261 A131119 A114901 this_sequence A108362 A141506 A056242
Adjacent sequences: A113175 A113176 A113177 this_sequence A113179 A113180 A113181
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Leroy Quet Oct 16 2005
|
|
EXTENSIONS
|
More terms from Esa Peuha (esa.peuha(AT)helsinki.fi), Oct 26 2005
|
|
|
Search completed in 0.002 seconds
|