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.

Showing 1-2 of 2 results.

A214898 Conway's subprime Fibonacci sequence, largest loop elements.

Original entry on oeis.org

2, 827, 607, 239, 191, 5693, 347
Offset: 1

Views

Author

Wouter Meeussen, Jul 29 2012

Keywords

Comments

Similar to the Fibonacci recursion starting with a pair of positive integers, but each new nonprime term is divided by its least prime factor. Recursion enters a loop of length A214897(n), of which the largest element a(n) is prime (this sequence).

Crossrefs

Programs

A282814 Table read by antidiagonals (n > 0, k > 0): T(n, k) is the length of the loop in Conway's subprime Fibonacci sequence with starting values of n and k.

Original entry on oeis.org

18, 18, 18, 18, 1, 18, 136, 18, 18, 136, 18, 18, 1, 18, 136, 18, 18, 18, 136, 18, 18, 136, 18, 136, 1, 18, 136, 18, 18, 18, 1, 18, 136, 1, 18, 18, 136, 18, 18, 136, 1, 18, 18, 136, 18, 18, 18, 18, 18, 18, 18, 136, 136, 136, 18, 18, 136, 1, 18, 18, 1, 18, 18
Offset: 1

Views

Author

Peter Kagey, Feb 21 2017

Keywords

Comments

All terms are in A214897, which is conjectured to be finite. - Peter Kagey, Nov 04 2017

Examples

			T(1, 1) = 18 because 18 is the loop length in Conway's subprime Fibonacci sequence when starting with 1, 1 (A214674). (i.e., A214674(n) = A214674(n + 18) for n >= 38 = A282813(1, 1).)
Upper-left corner of table:
   18  18  18 136 136  18  18  18  18  18 ...
   18   1  18  18  18 136  18 136 136  18 ...
   18  18   1 136  18   1  18 136  18  18 ...
  136  18  18   1 136  18 136  18  18 136 ...
   18  18 136  18   1  18  18  18 136   1 ...
   18  18   1 136  18   1  18  18  18  18 ...
  136  18  18  18  18  18   1 136  18  18 ...
   18  18  18  18 136  18  18   1  18  18 ...
  136  18   1  18  18  18 136  18   1 136 ...
   18 136  18 136   1  18 136  18  18   1 ...
  ...
		

Crossrefs

Showing 1-2 of 2 results.