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-1 of 1 results.

A128705 Numbers of the form 7^k*p, where 1 <= k <= 4 and p is a prime different from 7.

Original entry on oeis.org

14, 21, 35, 77, 91, 98, 119, 133, 147, 161, 203, 217, 245, 259, 287, 301, 329, 371, 413, 427, 469, 497, 511, 539, 553, 581, 623, 637, 679, 686, 707, 721, 749, 763, 791, 833, 889, 917, 931, 959, 973, 1029, 1043, 1057, 1099, 1127, 1141, 1169, 1211, 1253, 1267
Offset: 1

Views

Author

Klaus Brockhaus, Mar 26 2007

Keywords

Comments

Auxiliary sequence for A128706 which gives the number of groups of order a(n).

Examples

			931 = 7^2*19 is a term.
		

Crossrefs

Cf. A128706, A000420 (powers of 7).

Programs

  • Magma
    [ n: n in [1..1300] | #t eq 2 and ((t[1, 1] lt 7 and t[1, 2] eq 1 and t[2, 1] eq 7 and t[2, 2] le 4) or (t[1, 1] eq 7 and t[1, 2] le 4 and t[2, 2] eq 1)) where t is Factorization(n) ];
Showing 1-1 of 1 results.