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!)
A337589 Expansion of (x^3-1+sqrt((x^4+x^3+4*x^2+x+1)*(x^2-x+1)))/(2*x^2). 0
1, 0, 0, 1, 0, -2, 1, 4, -5, -7, 18, 7, -55, 18, 146, -155, -322, 692, 476, -2446, 307, 7322, -6276, -18277, 33061, 33376, -129238, -10899, 420594, -276272, -1147125, 1742502, 2413761, -7448113, -2292774, 25986573, -11940263, -76138258, 96229907, 178087693, -450647034 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
Coefficients of [sqrt(2)]_q. See link.
LINKS
Sophie Morier-Genoud and Valentin Ovsienko, Quantum real numbers and q-deformed Conway-Coxeter friezes, arXiv:2011.10809 [math.QA], 2020. See section 3.4.
FORMULA
D-finite with recurrence (n+2)*a(n) +4*(n-1)*a(n-2) +(-2*n+5)*a(n-3) +4*(n-4)*a(n-4) +(n-7)*a(n-6)=0. - R. J. Mathar, Aug 19 2022
EXAMPLE
G.f. = 1 + x^3 - 2*x^5 + x^6 + 4*x^7 - 5*x^8 - 7*x^9 + 18*x^10 + ...
PROG
(PARI) my(x='x+O('x^45)); Vec((x^3-1+sqrt((x^4+x^3+4*x^2+x+1)*(x^2-x+1)))/(2*x^2))
CROSSREFS
Sequence in context: A292388 A261035 A080030 * A125156 A119808 A021470
KEYWORD
sign
AUTHOR
Michel Marcus, Nov 25 2020
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 June 11 13:12 EDT 2024. Contains 373311 sequences. (Running on oeis4.)