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.

A177909 Numbers k such that k^3 divides 9^(k^2) - 1.

Original entry on oeis.org

1, 2, 4, 8, 10, 20, 40, 68, 82, 110, 136, 164, 220, 328, 340, 410, 440, 610, 680, 772, 820, 1010, 1210, 1220, 1510, 1544, 1640, 2020, 2420, 2440, 2530, 2788, 3020, 3740, 3860, 4040, 4510, 4840, 5060, 5576, 6040, 6710, 6806, 7004, 7370, 7480, 7720, 8020, 9020
Offset: 1

Views

Author

Alexander Adamchuk, May 14 2010

Keywords

Examples

			9^(2^2) - 1 = 6560, which is divisible by 2^3, so 2 is in the sequence.
9^(4^2) - 1 = 1853020188851840, which is divisible by 4^3, so 4 is in the sequence.
9^(6^2) - 1 = 22528399544939174411840147874772640, which is not divisible by 6, and certainly not by 6^3, so 6 is not in the sequence.
		

Crossrefs

Programs