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.

A114789 a(1) = 1, a(2) = 3 and thereafter a(n) is the smallest number congruent to 1 mod a(n-1) and having the prime signature of n.

Original entry on oeis.org

1, 3, 7, 169, 677, 1355, 2711, 4304496906163, 1852869361516769972676380161, 66703297014603719016349685797, 400219782087622314098098114783, 31217143002834540499651652953075, 307176687147891878516572265058259
Offset: 1

Views

Author

Amarnath Murthy, Jan 05 2006

Keywords

Examples

			a(4) = 169 = 13^2 has a prime signature of 4 = 2^2 and 169 == 1 (mod 7 = a(3)).
		

Extensions

Corrected and extended by Joshua Zucker, May 07 2006