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!)
A282285 Least common multiple of 5*n+1 and 5*n-1. 3
1, 12, 99, 112, 399, 312, 899, 612, 1599, 1012, 2499, 1512, 3599, 2112, 4899, 2812, 6399, 3612, 8099, 4512, 9999, 5512, 12099, 6612, 14399, 7812, 16899, 9112, 19599, 10512, 22499, 12012, 25599, 13612, 28899, 15312, 32399, 17112, 36099, 19012, 39999, 21012 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 25*n^2-1 for n>0 and even.
a(n) = (25*n^2-1)/2 for n odd.
a(n) = 3*a(n-2) - 3*a(n-4) + a(n-6) for n>6.
G.f.: (1+12*x+96*x^2+76*x^3+105*x^4+12*x^5-2*x^6) / ((1-x)^3*(1+x)^3).
PROG
(PARI) vector(60, n, n--; lcm(5*n+1, 5*n-1))
(PARI) Vec((1+12*x+96*x^2+76*x^3+105*x^4+12*x^5-2*x^6) / ((1-x)^3*(1+x)^3) + O(x^60))
CROSSREFS
Sequence in context: A216028 A238755 A159449 * A090230 A133652 A004058
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Feb 11 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 March 28 16:34 EDT 2024. Contains 371254 sequences. (Running on oeis4.)