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!)
A361708 Inverse Moebius transform of nonprimes. 1
1, 5, 7, 13, 10, 21, 13, 27, 22, 30, 19, 49, 22, 39, 40, 52, 27, 63, 29, 68, 51, 56, 35, 98, 46, 64, 61, 87, 43, 114, 46, 98, 73, 80, 72, 142, 53, 87, 83, 138, 58, 145, 61, 126, 118, 103, 66, 189, 81, 135, 103, 144, 75, 177, 104, 178, 113, 127, 82, 254, 85, 135, 152, 185, 119 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
N. J. A. Sloane, Transforms
FORMULA
a(n) = Sum_{d|n} A018252(d).
MAPLE
Nonprime:= remove(isprime, [$1..1000]): N:= nops(Nonprime):
seq(add(Nonprime[d], d=numtheory:-divisors(n)), n=1..N); # Robert Israel, Mar 23 2023
CROSSREFS
Sequence in context: A105054 A088897 A255233 * A074755 A354200 A002659
KEYWORD
nonn,look
AUTHOR
Ilya Gutkovskiy, Mar 21 2023
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 28 22:27 EDT 2024. Contains 372095 sequences. (Running on oeis4.)