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.

A160966 Starting from a(1)=2, a(n) = A028260(1+a(n-1)) if n is even, a(n) = A026424(a(n-1)) if n is odd.

Original entry on oeis.org

2, 6, 11, 25, 45, 94, 176, 361, 700, 1405, 2752, 5533, 10964, 22011, 43839, 87868, 175557, 351746, 703243, 1407705, 2814709, 5631461, 11261009, 22524901, 45044446, 90091251, 180165450, 360333977, 720640449, 1441293048, 2882532607
Offset: 1

Views

Author

Daniel Tisdale, May 31 2009

Keywords

Comments

If a(1) were set to 3, the equivalent sequence would start 3, 9, 17, 38, 71, 146, 279,...
Alternatively starting from a(1)=4 we get 4, 10, 18, 39, 72, 150,..

Examples

			a(2)= 6, the second integer containing an even number of prime factors.
a(3)= 11, the sixth integer containing an odd number of primes.
		

Crossrefs

Extensions

Definition clarified, sequence extended beyond 25 by R. J. Mathar, May 31 2010
a(15)-a(31) from Donovan Johnson, Jul 02 2010