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!)
A109049 a(n) = lcm(n, 8). 5
0, 8, 8, 24, 8, 40, 24, 56, 8, 72, 40, 88, 24, 104, 56, 120, 16, 136, 72, 152, 40, 168, 88, 184, 24, 200, 104, 216, 56, 232, 120, 248, 32, 264, 136, 280, 72, 296, 152, 312, 40, 328, 168, 344, 88, 360, 184, 376, 48, 392, 200, 408, 104, 424, 216, 440, 56, 456, 232 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1).
FORMULA
a(n) = n*8/gcd(n, 8).
From R. J. Mathar, Apr 18 2011: (Start)
G.f.: 8*x*(x^2-x+1)*(x^12 + 2*x^11 + 4*x^10 + 3*x^9 + 4*x^8 + 4*x^7 + 7*x^6 + 4*x^5 + 4*x^4 + 3*x^3 + 4*x^2 + 2*x + 1) / ( (x-1)^2 *(1+x)^2 *(x^2+1)^2 *(x^4+1)^2 ).
a(n) = 8*A106609(n) = 8*n/A109011(n). (End)
Sum_{k=1..n} a(k) ~ (43/16) * n^2. - Amiram Eldar, Nov 26 2022
MATHEMATICA
LCM[Range[0, 60], 8] (* Harvey P. Dale, May 03 2019 *)
PROG
(Sage) [lcm(n, 8)for n in range(0, 59)] # Zerinvary Lajos, Jun 09 2009
(Magma) [Lcm(n, 8): n in [0..100]]; // Vincenzo Librandi, Apr 18 2011
CROSSREFS
Sequence in context: A195862 A227107 A205382 * A160239 A211017 A037018
KEYWORD
nonn,easy
AUTHOR
Mitch Harris, Jun 18 2005
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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)