cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A061049 Numerator of 1/64 - 1/n^2.

This page as a plain text file.
%I A061049 #25 Oct 31 2021 06:25:35
%S A061049 0,17,9,57,5,105,33,161,3,225,65,297,21,377,105,465,1,561,153,665,45,
%T A061049 777,209,897,15,1025,273,1161,77,1305,345,1457,3,1617,425,1785,117,
%U A061049 1961,513,2145,35,2337,609,2537,165,2745,713,2961,3,3185,825
%N A061049 Numerator of 1/64 - 1/n^2.
%C A061049 The 495 initial terms are the same as A000265(n * (n+16)), n > 0. - _Simon Strandgaard_, Oct 30 2021
%H A061049 G. C. Greubel, <a href="/A061049/b061049.txt">Table of n, a(n) for n = 8..1000</a>
%t A061049 Table[ Numerator[1/64 - 1/n^2], {n, 8, 58}] (* _Jean-François Alcover_, May 31 2013 *)
%o A061049 (PARI) for(n=8,50, print1(numerator(1/64 - 1/n^2), ", ")) \\ _G. C. Greubel_, Jul 07 2017
%Y A061049 Cf. A061035-A061050.
%Y A061049 Cf. also A191871.
%K A061049 nonn,frac
%O A061049 8,2
%A A061049 _N. J. A. Sloane_, May 26 2001