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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143703 a(n) = A143702(n)/2 3
3, 7, 15, 15, 21, 15, 39, 91, 555, 285, 915, 3333, 1155, 1267, 2769, 4935, 10005, 70635, 7035, 240045, 77745, 167055, 897429, 1231635, 1066065, 1174695 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Product of distinct prime divisors of (2^n)*a(n)*(2^n-a(n)) is called also radical: rad((2^n)*a(n)*(2^n-a(n))

For numbers a(n) see A143700

For numbers 2^n-a(n) see A143701

For minimal values of rad((2^n)*a(n)*(2^n-a(n)) see A143702

For minimal values of rad(a(n)*(2^n-a(n)) see A143703 [? wrong A-number - N. J. A. Sloane (njas(AT)research.att.com), Nov 13 2008]

MATHEMATICA

a = {{1, 1}}; aa = {1}; bb = {1}; rr = {}; Do[logmax = 0; k = 2^x; w = Floor[(k - 1)/2]; Do[m = FactorInteger[n (k - n)]; rad = 1; Do[rad = rad m[[s]][[1]], {s, 1, Length[m]}]; log = Log[k]/Log[rad]; If[log > logmax, bmin = k - n; amax = n; logmax = log; r = rad], {n, 1, w, 2}]; Print[{x, amax}]; AppendTo[aa, amax]; AppendTo[bb, bmin]; AppendTo[rr, r]; AppendTo[a, {x, logmax}], {x, 2, 15}]; rr/2 (*Artur Jasinski with assistance of Maximilian Hasler*)

CROSSREFS

A007947, A085152, A085153, A147298-A147307, A147638-A147643.

Sequence in context: A152677 A135374 A117589 * A098582 A089432 A111294

Adjacent sequences:  A143700 A143701 A143702 * A143704 A143705 A143706

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Nov 10 2008

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 16 23:45 EST 2012. Contains 205978 sequences.