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.

A182642 Subsequence of A014217 (n=2,3,5,6,8,9,11,12,...).

Original entry on oeis.org

2, 4, 11, 17, 46, 76, 199, 321, 842, 1364, 3571, 5777, 15126, 24476, 64079, 103681, 271442, 439204, 1149851, 1860497, 4870846, 7881196, 20633239, 33385282, 87403803, 141422324, 370248451, 599074578
Offset: 1

Views

Author

Clark Kimberling, Nov 24 2010

Keywords

Examples

			a(1)=floor(r^2)=2, a(2)=floor(r^3)=4, a(3)=floor(r^5)=11.
		

Crossrefs

Formula

a(n)=floor(r^m(n)), where r=(1+sqrt(5))/2 and m(n)
runs through the integers 3k+2 and 3k+3 for k>=0.