The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A259752 a(n) = 24*n - 18. 6
6, 30, 54, 78, 102, 126, 150, 174, 198, 222, 246, 270, 294, 318, 342, 366, 390, 414, 438, 462, 486, 510, 534, 558, 582, 606, 630, 654, 678, 702, 726, 750, 774, 798, 822, 846, 870, 894, 918, 942, 966, 990, 1014, 1038, 1062, 1086, 1110, 1134, 1158, 1182, 1206 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Original name: Numbers n such that n/A259748(n) = 6.
Partial sums give A152746. - Leo Tavares, Jul 29 2023
LINKS
FORMULA
A259748(a(n))/a(n) = 1/6.
a(n) = 6*A016813(n-1). - Michel Marcus, Jul 18 2015
G.f.: 6*x*(3*x+1)/(x-1)^2. - Alois P. Heinz, Jul 29 2023
MATHEMATICA
A[n_] := A[n] = Sum[a b, {a, 1, n}, {b, a + 1, n}] ; Select[Range[600], Mod[A[#], #]/# == 1/6 & ]
CROSSREFS
Other sequences of numbers n such that A259748(n)/n equals a constant: A008606, A073762, A259749, A259750, A259751, A259754, A259755.
Sequence in context: A276933 A110175 A249676 * A014203 A044083 A239978
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Better name from Danny Rorabaugh, Oct 22 2015
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 June 6 12:26 EDT 2024. Contains 373128 sequences. (Running on oeis4.)