login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A128705 Numbers of the form 7^k*p, where 1 <= k <= 4 and p is a prime different from 7. 2
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Auxiliary sequence for A128706 which gives the number of groups of order a(n).
LINKS
EXAMPLE
931 = 7^2*19 is a term.
PROG
(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) ];
CROSSREFS
Cf. A128706, A000420 (powers of 7).
Sequence in context: A258217 A272470 A094393 * A073250 A335760 A159453
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Mar 26 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)