login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A003981
Inverse Möbius transform of A003965.
0
1, 3, 4, 7, 6, 12, 9, 15, 13, 18, 14, 28, 22, 27, 24, 31, 35, 39, 56, 42, 36, 42, 90, 60, 31, 66, 40, 63, 145, 72, 234, 63, 56, 105, 54, 91, 378, 168, 88, 90, 611, 108, 988, 98, 78, 270, 1598, 124, 73, 93, 140, 154, 2585, 120, 84, 135, 224, 435, 4182, 168, 6766, 702
OFFSET
1,2
LINKS
FORMULA
Multiplicative with a(p^e) = (q^(e+1)-1)/(q-1) where q = Fibonacci(pi(p)+1) = A000045(A000720(p)+2). - David W. Wilson, Sep 01 2001
MATHEMATICA
f[p_, e_] := Module[{q = Fibonacci[PrimePi[p] + 2]}, (q^(e+1)-1)/(q-1)]; a[n_] := Times @@ f @@@ FactorInteger[n]; a[1] = 1; Array[a, 100] (* Amiram Eldar, Sep 04 2023 *)
CROSSREFS
KEYWORD
nonn,easy,mult
AUTHOR
EXTENSIONS
More terms from David W. Wilson, Aug 29 2001
STATUS
approved