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.

A125898 Floor((quadronacci ratio)^n).

Original entry on oeis.org

1, 3, 7, 13, 26, 51, 98, 190, 367, 708, 1364, 2630, 5071, 9775, 18841, 36318, 70007, 134942, 260110, 501380, 966441, 1862874, 3590806, 6921503, 13341626, 25716810, 49570746, 95550687, 184179871, 355018115, 684319420, 1319068095, 2542585503
Offset: 1

Views

Author

Artur Jasinski, Dec 13 2006

Keywords

Examples

			Quadronacci ratio is root 1.92756... (A086088) of polynomial x^4-x^3-x^2-x-1.
		

Crossrefs

Programs

  • Mathematica
    With[{c=x/.FindRoot[x^4-x^3-x^2-x-1==0,{x,1.9}, WorkingPrecision->100]}, Floor[c^Range[40]]] (* Harvey P. Dale, Mar 05 2012 *)