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!)
A233344 Numbers k that divide the sum of their remainders modulo all smaller composites (=A233131(k)). 2
1, 2, 3, 4, 23, 53, 374, 613, 225460, 490537, 1748155, 3167982, 9266618, 12543856, 12589961, 27359852, 3418801560, 8824909730, 72988555402 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The prime terms are given by A143853.
LINKS
PROG
(PARI) s=0; pp=0; for(n=2, 10^8, p=factor(n)[, 1]; s += (n-2) - pp - sigma(n) + sum(i=1, #p, p[i]) + if(!ispseudoprime(n), n, pp++; 0) + 1; if(s%n==0, print1(n, ", ")) )
CROSSREFS
Sequence in context: A331603 A171728 A010345 * A329566 A329532 A265484
KEYWORD
nonn,more
AUTHOR
Max Alekseyev, Dec 07 2013
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 23 13:41 EDT 2024. Contains 371914 sequences. (Running on oeis4.)