Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
Search: a074121 -id:a074121
Displaying 1-3 of 3 results found. page 1
     Sort: relevance | references | number | modified | created      Format: long | short | data
A074120 Group successively larger composite numbers so that the sum of the n-th group is a multiple of n. Sequence gives the sum of the terms in the n-th group. +10
3
4, 6, 27, 12, 45, 18, 63, 24, 270, 330, 198, 780, 2314, 644, 1800, 3600, 3808, 3150, 6479, 3500, 7140, 2662, 2438, 936, 5175, 6526, 1431, 8596, 12586, 8730, 7812, 20768, 3663, 38488, 13020, 16848, 1998, 10830, 21099, 39840, 4715, 60732, 15953 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
(4), (6), (8, 9, 10), (12), (14, 15, 16), (18), (20, 21, 22), (24), (25, 26, 27, 28, 30, 32, 33, 34, 35), (36, 38, 39, 40, 42, 44, 45, 46), (48, 49, 50, 51), ...
MATHEMATICA
NextComposite[n_] := Block[{k = n + 1}, While[PrimeQ[k], k++ ]; k]; a = {}; k = 1; Do[s = 0; While[k = NextComposite[k]; s = s + k; !IntegerQ[s/n], ]; a = Append[a, s], {n, 1, 45}]; a
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Aug 27 2002
EXTENSIONS
Edited, corrected and extended by Robert G. Wilson v, Aug 29 2002
STATUS
approved
A074122 Group successively larger composite numbers so that the sum of the n-th group is a multiple of n. Sequence gives the number of terms in the n-th group. +10
3
1, 1, 3, 1, 3, 1, 3, 1, 9, 8, 4, 13, 27, 6, 15, 25, 22, 16, 29, 14, 26, 9, 8, 3, 16, 19, 4, 23, 31, 20, 17, 42, 7, 68, 21, 26, 3, 16, 30, 53, 6, 73, 18, 84, 19, 26, 77, 32, 5, 83, 3, 55, 16, 107, 1, 44, 5, 40, 7, 207, 17, 41, 17, 14, 23, 49, 100, 46, 34, 36, 47, 216, 50, 17, 7, 58 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(n) = 1 for n: 1,2,4,6,8,55,154,616,(10^4).
LINKS
EXAMPLE
(4), (6), (8, 9, 10), (12), (14, 15, 16), (18), (20, 21, 22), (24), (25, 26, 27, 28, 30, 32, 33, 34, 35), (36, 38, 39, 40, 42, 44, 45, 46), (48, 49, 50, 51), ...
MATHEMATICA
NextComposite[n_] := Block[{k = n + 1}, While[PrimeQ[k], k++ ]; k]; a = {}; k = 1; Do[s = 0; c = 0; While[k = NextComposite[k]; s = s + k; !IntegerQ[s/n], c++ ]; a = Append[a, c + 1], {n, 1, 80}]; a
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Aug 27 2002
EXTENSIONS
Edited, corrected and extended by Robert G. Wilson v, Aug 29 2002
STATUS
approved
A074123 Group successively larger composite numbers so that the sum of the n-th group is a multiple of n. Sequence gives group sum divided by n for the n-th group. +10
3
4, 3, 9, 3, 9, 3, 9, 3, 30, 33, 18, 65, 178, 46, 120, 225, 224, 175, 341, 175, 340, 121, 106, 39, 207, 251, 53, 307, 434, 291, 252, 649, 111, 1132, 372, 468, 54, 285, 541, 996, 115, 1446, 371, 1803, 424, 200, 526, 185, 488, 243, 149, 190, 55, 224, 486, 188, 170 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A074120(n)/n.
EXAMPLE
(4), (6), (8, 9, 10), (12), (14, 15, 16), (18), (20, 21, 22), (24), (25, 26, 27, 28, 30, 32, 33, 34, 35), (36, 38, 39, 40, 42, 44, 45, 46), (48, 49, 50, 51), ...
MATHEMATICA
NextComposite[n_] := Block[{k = n + 1}, While[PrimeQ[k], k++ ]; k];
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Aug 27 2002
EXTENSIONS
Edited, corrected and extended by Robert G. Wilson v, Aug 29 2002
STATUS
approved
page 1

Search completed in 0.009 seconds

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 August 18 19:26 EDT 2024. Contains 375273 sequences. (Running on oeis4.)