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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A095300 Numbers n such that A094758(n) < n. 2
2, 6, 10, 12, 14, 18, 22, 24, 26, 30, 34, 38, 42, 46, 50, 54, 58, 60, 62, 66, 70, 74, 78, 82, 84, 86, 90, 94, 96, 98, 102, 106, 110, 114, 118, 120, 122, 126, 130, 132, 134, 138, 142, 146, 150, 154, 156, 158, 162, 166, 168, 170, 174, 178, 182, 186, 190, 194, 198, 202 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

A094758(2) = 1 < 2, hence 2 is in the sequence.

PROG

(PARI) for(n=1, 205, s=numdiv(n); k=1; while(n*numdiv(k)!=k*s, k++); if(k<n, print1(n, ", ")));

CROSSREFS

Cf. A000005, A094758.

Sequence in context: A139799 A139710 A057921 * A097381 A195064 A055743

Adjacent sequences:  A095297 A095298 A095299 * A095301 A095302 A095303

KEYWORD

nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de) Jun 01 2004

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 17:43 EST 2012. Contains 205523 sequences.