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!)
A074127 Group the composite numbers so that the sum of the n-th group is a multiple of the n-th prime: (4), (6), (8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 22), (24, 25), (26, 27, 28, 30, 32), (33, 34, ...), ... Sequence gives the group sum divided by n-th prime for the n-th group. 3
2, 2, 33, 7, 13, 74, 52, 83, 304, 109, 115, 52, 199, 438, 891, 44, 40, 47, 512, 2595, 971, 195, 106, 1208, 2229, 1355, 477, 290, 969, 6938, 393, 48, 3110, 4111, 4290, 2682, 3406, 1273, 3457, 3319, 4848, 1113, 922, 13530, 9047, 20368, 28315, 11673 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) c=3:for(n=1, 70, s=0:while((s==0||s%prime(n)>0), c=c+1: if(isprime(c), c=c+1):s=s+c):print1(s/prime(n)", "))
CROSSREFS
Sequence in context: A353928 A121788 A018976 * A297795 A024176 A349033
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Aug 27 2002
EXTENSIONS
Corrected and extended by Ralf Stephan, Mar 22 2003
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 July 28 20:25 EDT 2024. Contains 374726 sequences. (Running on oeis4.)