Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A051038
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A051038 11-smooth numbers: i.e. numbers whose prime divisors are all <= 11. +0
21
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 20, 21, 22, 24, 25, 27, 28, 30, 32, 33, 35, 36, 40, 42, 44, 45, 48, 49, 50, 54, 55, 56, 60, 63, 64, 66, 70, 72, 75, 77, 80, 81, 84, 88, 90, 96, 98, 99, 100, 105, 108, 110, 112, 120, 121, 125, 126, 128, 132, 135, 140 (list; graph; listen)
OFFSET

1,2

COMMENT

A155182 is a finite subsequence. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jan 21 2009]

LINKS

R. Zumkeller, Table of n, a(n) for n = 1..5000 [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jan 21 2009]

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.

PROGRAM

(PARI) test(n)= {m=n; forprime(p=2, 11, while(m%p==0, m=m/p)); return(m==1)} for(n=1, 200, if(test(n), print1(n", ")))

CROSSREFS

For p-smooth numbers with other values of p, see A003586, A051037, A002473, A080197, A080681, A080682, A080683.

Adjacent sequences: A051035 A051036 A051037 this_sequence A051039 A051040 A051041

Sequence in context: A033620 A033637 A084347 this_sequence A140332 A155182 A096076

KEYWORD

easy,nonn

AUTHOR

Eric Weisstein (eric(AT)weisstein.com)

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 November 3 12:59 EST 2009. Contains 165766 sequences.


AT&T Labs Research