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!)
A142705 Numerator of 1/4 - 1/(2n)^2. 8
0, 3, 2, 15, 6, 35, 12, 63, 20, 99, 30, 143, 42, 195, 56, 255, 72, 323, 90, 399, 110, 483, 132, 575, 156, 675, 182, 783, 210, 899, 240, 1023, 272, 1155, 306, 1295, 342, 1443, 380, 1599, 420, 1763, 462, 1935, 506, 2115, 552, 2303, 600, 2499, 650, 2703, 702 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Read modulo 10 (the last digits), a sequence with period length 10 results: 0, 3, 2, 5, 6, 5, 2, 3, 0, 9. Read modulo 9, a sequence with period length 18 results.
Denominators are in A154615.
a(n) is the numerator of (n-1)*(n+1)/4. - Altug Alkan, Apr 19 2018
LINKS
FORMULA
a(n) = A061037(2*n).
a(n) = A070260(n-1), n>1.
a(n) = 3*a(n-2) - 3*a(n-4) + a(n-6).
a(2^(n-1)) = a(1+A000225(n-1)) = 4^(n-1)-1 = A024036(n-1).
G.f.: x^2*(3+2x+6x^2-x^4)/(1-x^2)^3. - R. J. Mathar, Oct 24 2008
E.g.f.: 1 + (1/4)*((4*x^2 + x - 4)*cosh(x) + (x^2 + 4*x -1)*sinh(x)). - G. C. Greubel, Jul 20 2017
Sum_{n>=2} 1/a(n) = 3/2. - Amiram Eldar, Aug 11 2022
MATHEMATICA
Numerator[Table[(1/4)*(1 - 1/n^2), {n, 1, 50}]] (* G. C. Greubel, Jul 20 2017 *)
PROG
(Magma) [-(3/4)*(-1)^n*n-(3/8)*(-1)^n*n^2+(5/8)*n^2+(5/4)*n: n in [0..60]]; // Vincenzo Librandi, Jul 02 2011
(PARI) for(n=1, 50, print1(numerator((1/4)*(1 - 1/n^2)), ", ")) \\ G. C. Greubel, Jul 20 2017
(PARI) a(n) = if(n%2, (n^2-1)/4, n^2-1); \\ Altug Alkan, Apr 19 2018
CROSSREFS
Essentially the same as A070260. Cf. A078371 (second bisection of A061037), A142888 (first differences), A154615 (denominators), A225948.
Sequence in context: A068310 A033314 A070260 * A072346 A334865 A103236
KEYWORD
nonn,easy,frac
AUTHOR
Paul Curtz, Sep 24 2008
EXTENSIONS
Edited by R. J. Mathar, Oct 24 2008
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 24 17:29 EDT 2024. Contains 371962 sequences. (Running on oeis4.)