login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069782 Numbers n such that g[n] := GCD[d[n^3],d[n]] = 2^w for some w. The first missing integer is 432 (see in A069781). 3
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Tanya Khovanova, Non Recursions

EXAMPLE

Below 100000 only 314 integers are missing, collected in A069781.

MATHEMATICA

f[x_] := GCD[DivisorSigma[0, x^3], DivisorSigma[0, x]]; Do[s=f[n]; If[IntegerQ[Log[2, s]], Print[{n, s}]], {n, 1, 100000}]

CROSSREFS

Cf. A000005, A069780, A069781, A037992, A061701.

Sequence in context: A105811 A104661 * A088480 A061019 A028310 A097045

Adjacent sequences:  A069779 A069780 A069781 * A069783 A069784 A069785

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Apr 08 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 08:12 EST 2012. Contains 205451 sequences.