Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A080194
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A080194 7-smooth numbers which are not 5-smooth. +0
11
7, 14, 21, 28, 35, 42, 49, 56, 63, 70, 84, 98, 105, 112, 126, 140, 147, 168, 175, 189, 196, 210, 224, 245, 252, 280, 294, 315, 336, 343, 350, 378, 392, 420, 441, 448, 490, 504, 525, 560, 567, 588, 630, 672, 686, 700, 735, 756, 784, 840, 875, 882, 896, 945, 980 (list; graph; listen)
OFFSET

1,1

COMMENT

Numbers of the form 2^r*3^s*5^t*7^u with r, s, t >= 0, u > 0.

Multiples of 7 which are members of A002473. Or multiples of 7 with the largest prime divisor < 10.

EXAMPLE

28 = 2^2*7 is a term but 30 = 2*3*5 is not.

PROGRAM

(PARI) {m=1010; z=[]; for(r=0, floor(log(m)/log(2)), a=2^r; for(s=0, floor(log(m/a)/log(3)), b=a*3^s; for(t=0, floor(log(m/b)/log(5)), c=b*5^t; for(u=1, floor(log(m/c)/log(7)), z=concat(z, c*7^u))))); z=vecsort(z); for(i=1, length(z), print1(z[i], ", "))}

CROSSREFS

Cf. A002473, A051037.

Cf. A085125, A085126, A085127, A085128, A085129, A085131, A085132.

Sequence in context: A020646 A008589 A085130 this_sequence A043393 A028437 A033019

Adjacent sequences: A080191 A080192 A080193 this_sequence A080195 A080196 A080197

KEYWORD

easy,nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Feb 10 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 19 12:50 EST 2009. Contains 171053 sequences.


AT&T Labs Research