Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A164005
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A164005 Zero together with the row 5 of array in A163280. +0
3
0, 7, 14, 21, 32, 45, 60, 77, 96, 117, 140, 165, 192, 221, 252, 285, 320, 357, 396, 437, 480, 525, 572, 621, 672, 725, 780, 837, 896, 957, 1020, 1085, 1152, 1221, 1292, 1365, 1440, 1517, 1596, 1677, 1760, 1845, 1932, 2021, 2112, 2205, 2300, 2397, 2496, 2597 (list; graph; listen)
OFFSET

0,2

COMMENT

This sequence should be compared with A100451! (See A163280).

MAPLE

A033676 := proc(n) local a, d; a := 0 ; for d in numtheory[divisors](n) do if d^2 <= n then a := max(a, d) ; fi; od: a; end: 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) ; fi; fi; od: end: A164005 := proc(n) if n = 0 then 0; else A163280(5, n) ; fi; end: seq(A164005(n), n=0..80) ; [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 09 2009]

CROSSREFS

Cf. A008578, A161344, A161345, A163280, A164000, A164004, A164006.

Cf. A028347. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 09 2009]

Sequence in context: A020334 A044832 A033004 this_sequence A100451 A028555 A061823

Adjacent sequences: A164002 A164003 A164004 this_sequence A164006 A164007 A164008

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 09 2009

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 November 24 14:25 EST 2009. Contains 167438 sequences.


AT&T Labs Research