Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A134338
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A134338 a(n) = product of the "isolated divisors" of n. A divisor k of n is isolated if neither k-1 nor k+1 divides n. +0
2
1, 1, 3, 4, 5, 6, 7, 32, 27, 50, 11, 72, 13, 98, 225, 512, 17, 972, 19, 200, 441, 242, 23, 13824, 125, 338, 729, 10976, 29, 4500, 31, 16384, 1089, 578, 1225, 419904, 37, 722, 1521, 64000, 41, 12348, 43, 42592, 91125, 1058, 47, 10616832, 343, 62500, 2601 (list; graph; listen)
OFFSET

1,3

COMMENT

2 has no isolated divisors. So a(2) is 1.

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

FORMULA

a(2n-1) = A007955(2n-1); a(2n) = A007955(2n) / A134339(n). - Chandler

EXAMPLE

The divisors of 20 are 1,2,4,5,10,20. Of these, 10 and 20 are the isolated divisors. So a(20) = 10*20 = 200.

MAPLE

with(numtheory): a:=proc(n) local div, ISO, i: div:=divisors(n): ISO:={}: for i to tau(n) do if member(div[i]-1, div)=false and member(div[i]+1, div)=false then ISO:=`union`(ISO, {div[i]}) end if end do: product(ISO[j], j=1..nops(ISO)) end proc: seq(a(n), n=1..50); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Oct 24 2007

CROSSREFS

Cf. A133779, A132881, A134339.

Sequence in context: A095138 A026475 A101747 this_sequence A084919 A153100 A143152

Adjacent sequences: A134335 A134336 A134337 this_sequence A134339 A134340 A134341

KEYWORD

nonn

AUTHOR

Leroy Quet Oct 21 2007

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Oct 24 2007

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Jun 24 2008

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 20 16:54 EST 2009. Contains 171081 sequences.


AT&T Labs Research