The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A293066 Number of vertices at level n of the hyperbolic Pascal pyramid PP_(4,5). 7
1, 3, 6, 11, 21, 44, 101, 247, 626, 1615, 4201, 10968, 28681, 75051, 196446, 514259, 1346301, 3524612, 9227501, 24157855, 63246026, 165580183, 433494481, 1134903216, 2971215121, 7778742099, 20365011126, 53316291227, 139583862501, 365435296220, 956722026101 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
László Németh, Pascal pyramid in the space H^2 x R, arXiv:1701.06022 [math.CO], 2017 (6th line of Table 1).
FORMULA
a(n) = 5*a(n-1) - 8*a(n-2) + 5*a(n-3) - a(n-4), n >= 5.
From Colin Barker, Oct 07 2017: (Start)
G.f.: (1 - 2*x - x^2) / ((1 - x)^2*(1 - 3*x + x^2)).
a(n) = (2^(-1-n)*(-(-5+sqrt(5))*(3+sqrt(5))^n + (3-sqrt(5))^n*(5+sqrt(5)) + 5*2^(2+n)*n)) / 5.
(End)
a(n) = 2*n + Fibonacci(2*n - 1). - Ehren Metcalfe, Apr 18 2019
MATHEMATICA
CoefficientList[ Series[(1 - 2x - x^2)/((x - 1)^2 (x^2 - 3x + 1)), {x, 0, 30}], x] (* or *)
LinearRecurrence[{5, -8, 5, -1}, {1, 3, 6, 11}, 31] (* Robert G. Wilson v, Feb 26 2018 *)
PROG
(PARI) Vec((1 - 2*x - x^2) / ((1 - x)^2*(1 - 3*x + x^2)) + O(x^40)) \\ Colin Barker, Oct 07 2017
CROSSREFS
Cf. A293070.
Sequence in context: A024495 A360045 A354695 * A104253 A283668 A191581
KEYWORD
nonn,easy
AUTHOR
Eric M. Schmidt, Sep 30 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 May 26 01:16 EDT 2024. Contains 372807 sequences. (Running on oeis4.)