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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A095299 Numbers n such that A094757(n) < n. 1
4, 6, 8, 15, 20, 24, 30, 33, 50, 63, 77, 100, 115, 120, 153, 169, 182, 198, 207, 238, 252, 335, 340, 350, 355, 360, 442, 465, 468, 504, 583, 594, 605, 616, 627, 649, 660, 748, 765, 891, 1070, 1080, 1092, 1116, 1122, 1128, 1134, 1295, 1323, 1333, 1444, 1482 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

A094757(4) = 2 < 4, hence 4 is in the sequence.

PROG

(PARI) {m=1500; pi=vector(m, n, omega(n!)); for(n=1, m, k=1; while(n*pi[k]!=k*pi[n], k++); if(k<n, print1(n, ", ")))}

CROSSREFS

Cf. A000720, A094757.

Sequence in context: A116897 A138001 A154387 * A079250 A055397 A049421

Adjacent sequences:  A095296 A095297 A095298 * A095300 A095301 A095302

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 17 21:13 EST 2012. Contains 206085 sequences.