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!)
A003974 Möbius transform of A003962. 0
1, 1, 2, 2, 3, 2, 5, 4, 6, 3, 6, 4, 8, 5, 6, 8, 9, 6, 11, 6, 10, 6, 14, 8, 12, 8, 18, 10, 15, 6, 18, 16, 12, 9, 15, 12, 20, 11, 16, 12, 21, 10, 23, 12, 18, 14, 26, 16, 30, 12, 18, 16, 29, 18, 18, 20, 22, 15, 30, 12, 33, 18, 30, 32, 24, 12, 35, 18, 28, 15, 36, 24, 39, 20, 24, 22, 30 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
Multiplicative with a(p^e) = ((q-1)/2)((q+1)/2)^(e-1) where q = nextPrime(p). - David W. Wilson, Sep 01 2001
MATHEMATICA
f[p_, e_] := Module[{q = NextPrime[p]}, ((q-1)/2)((q+1)/2)^(e-1)]; a[n_] := Times @@ f @@@ FactorInteger[n]; a[1] = 1; Array[a, 100] (* Amiram Eldar, Sep 04 2023 *)
CROSSREFS
Sequence in context: A121306 A073311 A347560 * A065769 A280264 A219606
KEYWORD
nonn,easy,mult
AUTHOR
EXTENSIONS
Corrected and extended by David W. Wilson, Aug 29 2001
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 March 28 13:25 EDT 2024. Contains 371254 sequences. (Running on oeis4.)