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!)
A281660 The least common multiple of 1+n and 1+n^2. 3
1, 2, 15, 20, 85, 78, 259, 200, 585, 410, 1111, 732, 1885, 1190, 2955, 1808, 4369, 2610, 6175, 3620, 8421, 4862, 11155, 6360, 14425, 8138, 18279, 10220, 22765, 12630, 27931, 15392, 33825, 18530, 40495, 22068, 47989, 26030, 56355, 30440, 65641, 35322 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = lcm(1+n,1+n^2) = (1+n)*(1+n^2)/gcd(1+n,1+n^2) = A053698(n)/A000034(n).
G.f.: (5*x^2+1) *(x^4+2*x^3+6*x^2+2*x+1) / ( (x-1)^4 *(1+x)^4 ).
a(2*n+1) = 2*A059722(n+1). - R. J. Mathar, Jan 28 2017
a(n) = ((3 + (-1)^n)*(1+n+n^2+n^3)) / 4. - Colin Barker, Feb 07 2017
MAPLE
A281660 := proc(n)
ilcm(1+n, 1+n^2) ;
end proc:
CROSSREFS
Sequence in context: A076646 A076617 A091791 * A244324 A143660 A198391
KEYWORD
nonn,easy
AUTHOR
R. J. Mathar, Jan 26 2017
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 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)