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!)
A073762 a(n) = 24*n - 12. 13
12, 36, 60, 84, 108, 132, 156, 180, 204, 228, 252, 276, 300, 324, 348, 372, 396, 420, 444, 468, 492, 516, 540, 564, 588, 612, 636, 660, 684, 708, 732, 756, 780, 804, 828, 852, 876, 900, 924, 948, 972, 996, 1020, 1044, 1068, 1092, 1116, 1140, 1164, 1188, 1212 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Previous name: "Smallest unrelated number belonging to a term of this sequence equals 8."
This is also the list of numbers n such that A259748(n)/n = 5/12. - José María Grau Ribas, Jul 12 2015.
Also the total number of line segments creating a stellated octahedron, where the length of each stellated edge equals n-1, and where the octahedron has 12 edges, each fixed at unit length. - Peter M. Chema, Apr 28 2016
LINKS
Tanya Khovanova, Recursive Sequences.
FORMULA
Min{URS[m]} = 8, where UNR[m] = Complement[RRS[m], Divisors[m]].
a(n) = 24*n - 12. - Max Alekseyev, Mar 03 2007
a(n) = 12*A005408(n-1). - Danny Rorabaugh, Oct 22 2015
G.f.: 12*x*(1 + x)/(1 - x)^2. - Ilya Gutkovskiy, Apr 28 2016
Sum_{n>=1} (-1)^(n+1)/a(n) = Pi/48. - Amiram Eldar, Feb 28 2023
EXAMPLE
URSet[12] = {8,9,10} so 12 is here.
MATHEMATICA
tn[x_] := Table[w, {w, 1, x}]; di[x_] := Divisors[x]; dr[x_] := Union[di[x], rrs[x]]; rrs[x_] := Flatten[Position[GCD[tn[x], x], 1]]; unr[x_] := Complement[tn[x], dr[x]]; Do[s=Min[unr[n]]; If[Equal[s, 8], Print[n]], {n, 1, 1000}]
Range[12, 2000, 24] (* Vladimir Joseph Stephan Orlovsky, Jun 14 2011 *)
PROG
(PARI) a(n)=24*n-12 \\ Charles R Greathouse IV, Jun 14 2011
(PARI) x='x+O('x^100); Vec(12*(1+x)/(1-x)^2) \\ Altug Alkan, Oct 22 2015
(Magma) [24*n-12: n in [1..60]]; // Vincenzo Librandi, Jun 15 2011
CROSSREFS
Sequence in context: A339425 A063298 A055926 * A211609 A338393 A043140
KEYWORD
nonn,easy
AUTHOR
Labos Elemer, Aug 08 2002
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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)