Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A122829
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A122829 Position of first occurrence of n in A121382. +0
2
1, 6, 24, 160, 30, 84, 60, 120, 180, 960, 360, 504, 1008, 210, 1470, 2550, 1050, 420, 630, 924, 840, 1260, 1320, 2184, 2520, 2640, 3120, 5712, 6120, 5040, 8400, 9360, 10080, 13440, 13200, 18900, 15120, 23760, 25200, 26400, 2310, 30240, 40320 (list; graph; listen)
OFFSET

1,2

COMMENT

Records are: 1,6,24,30,60,120,180,210,420,840,1260,1320,2184,2310,4620,7140,7980,9240,...,30030,....

MATHEMATICA

f[n_] := Block[{d = Divisors@n, m = DivisorSigma[0, n], s = {}}, If[m == 2, 1, Do[ AppendTo[s, {d[[p]], d[[q]], d[[r]]}], {r, m}, {q, r}, {p, q}]; Length@ Select[s, Times @@ # == n && GCD[ #[[1]], #[[2]]] == GCD[ #[[2]], #[[3]]] == 1 &]]]; t = Table[0, {125}]; Do[ a = f@n; If[ t[[a]] == 0, t[[a]] = n; Print[{a, n}]], {n, 43500}]

CROSSREFS

Cf. A121382.

Sequence in context: A026947 A165491 A165638 this_sequence A038033 A064049 A018981

Adjacent sequences: A122826 A122827 A122828 this_sequence A122830 A122831 A122832

KEYWORD

nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com) and Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 12 2006

page 1

Search completed in 0.003 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 | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified March 18 09:28 EDT 2010. Contains 173524 sequences.


AT&T Labs Research