Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A027855
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A027855 Antimutinous numbers: n>1 such that n/p^k < p, where p is the largest prime dividing n and p^k is the highest power of p dividing n. +0
4
2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 37, 38, 39, 41, 42, 43, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 61, 62, 64, 65, 66, 67, 68, 69, 71, 73, 74, 75, 76, 77, 78, 79, 81, 82, 83, 85, 86, 87 (list; graph; listen)
OFFSET

1,1

MAPLE

A006530 := proc(n) local ifs ; if n = 1 then 1; else ifs := ifactors(n)[2] ; max(seq( op(1, k), k=ifs)) ; fi ; end: isA027855 := proc(n) local p, k, pk; if n <= 1 then false; else p := A006530(n) ; pk := p ; while n mod ( pk*p) = 0 do pk := pk*p ; od: if n< p*pk then true ; else false ; fi ; fi ; end: for n from 2 to 120 do if isA027855(n) then printf("%d, ", n) ; fi ; od: - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Dec 02 2007

CROSSREFS

Cf. A027854.

Adjacent sequences: A027852 A027853 A027854 this_sequence A027856 A027857 A027858

Sequence in context: A098240 A023805 A085235 this_sequence A031996 A023753 A035332

KEYWORD

nonn

AUTHOR

Leroy Quet.

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Dec 02 2007

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 October 11 13:47 EDT 2008. Contains 144830 sequences.


AT&T Labs Research