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.

A059348 Third diagonal of array in A059347.

Original entry on oeis.org

2, 2, 3, 4, 7, 10, 19, 28, 56, 84, 174, 264, 561, 858, 1859, 2860, 6292, 9724, 21658, 33592, 75582, 117572, 266798, 416024, 950912, 1485800, 3417340, 5348880, 12369285, 19389690, 45052515, 70715340, 165002460, 259289580, 607283490
Offset: 2

Views

Author

N. J. A. Sloane, Jan 27 2001

Keywords

Comments

Same as A104722 except for leading term (both have rational g.f.s). - R. J. Mathar and Franklin T. Adams-Watters, May 19 2008

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[1 + ( (1 + x)*(1 - Sqrt[1 - 4*x^2])/(2*x^2))^2, {x, 0, 50}], x] (* G. C. Greubel, Jan 08 2017 *)
  • PARI
    Vec( 1 + ( (1 + x)*(1 - sqrt(1 - 4*x^2))/(2*x^2))^2 + O(x^25)) \\ G. C. Greubel, Jan 08 2017

Formula

G.f.: 1 + ( (1 + x)*(1 - sqrt(1 - 4*x^2))/(2*x^2))^2. - G. C. Greubel, Jan 08 2017
a(n) ~ (9 + (-1)^n) * 2^(n - 3/2) / (sqrt(Pi) * n^(3/2)). - Vaclav Kotesovec, Aug 31 2025