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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A164009 Zero together with the row 9 of array in A163280. 4
0, 19, 38, 51, 76, 75, 114, 105, 136, 162, 190, 209, 264, 273, 308, 345, 384, 425, 468, 513, 560, 609, 660, 713, 768, 825, 884, 945, 1008, 1073, 1140, 1209, 1280, 1353, 1428, 1505, 1584, 1665, 1748, 1833, 1920, 2009, 2100, 2193, 2288, 2385, 2484, 2585, 2688 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

Conjecture: a(n)=A028566(n), n>12. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 31 2010]

MAPLE

Contribution from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 31 2010: (Start)

A033676 := proc(n) local dvs; dvs := sort(convert(numtheory[divisors](n), list)) ; op(floor((nops(dvs)+1)/2) , dvs) ; end proc:

A163280 := proc(n, k) local r, T ; r := 0 ; for T from k^2 by k do if A033676(T) = k then r := r+1 ; if r = n then return T ; end if; end if; end do: end proc:

printf("0, ") ; for n from 1 to 90 do printf("%d, ", A163280(9, n)) ; end do ; (End)

CROSSREFS

Cf. A008578, A161344, A161345, A163280, A164000, A164008, A164010.

Sequence in context: A067205 A196185 A040342 * A048844 A008601 A033900

Adjacent sequences:  A164006 A164007 A164008 * A164010 A164011 A164012

KEYWORD

nonn

AUTHOR

Omar E. Pol (info(AT)polprimos.com), Aug 08 2009

EXTENSIONS

Terms beyond a(12) from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 31 2010

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 06:46 EST 2012. Contains 205867 sequences.