A077683 Squarefree numbers beginning with 7.
7, 70, 71, 73, 74, 77, 78, 79, 701, 703, 705, 706, 707, 709, 710, 713, 714, 715, 717, 718, 719, 721, 723, 727, 730, 731, 733, 734, 737, 739, 741, 742, 743, 745, 746, 749, 751, 753, 754, 755, 757, 758, 759, 761, 762, 763, 766, 767, 769, 770, 771, 773, 777, 778
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
PARI
is(n)=n>6 && digits(n)[1]==7 && issquarefree(n) \\ Charles R Greathouse IV, Nov 05 2017
Extensions
More terms from Sascha Kurz, Jan 28 2003
Comments