cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

User: ?(Mod[#,10]==1||Mod[#,10] == 9&)]},{n,nn}];Table[SelectFirst[lst,#[[2]]==k&],{k,18}]][[;;,1]] (* The program generates the first 18 terms of the sequence. *) (* _Harvey P. Dale

?(Mod[#,10]==1||Mod[#,10] == 9&)]},{n,nn}];Table[SelectFirst[lst,#[[2]]==k&],{k,18}]][[;;,1]] (* The program generates the first 18 terms of the sequence. *) (* _Harvey P. Dale's wiki page.

?(Mod[#,10]==1||Mod[#,10] == 9&)]},{n,nn}];Table[SelectFirst[lst,#[[2]]==k&],{k,18}]][[;;,1]] (* The program generates the first 18 terms of the sequence. *) (* _Harvey P. Dale has authored 1 sequences.

A085645 Smallest number having n divisors ending with 1 or 9.

Original entry on oeis.org

1, 9, 63, 99, 441, 693, 5103, 1881, 5733, 4851, 35721, 9009, 194481, 56133, 51597, 27027, 2893401, 63063, 2711943423, 81081, 464373, 392931, 670761, 153153, 2528253, 2139291, 693693, 729729, 18983603961, 567567, 1441237924662543, 459459, 4322241, 31827411, 22754277
Offset: 1

Author

Lekraj Beedassy, Jul 11 2003

Keywords

Comments

All a(n) must be in A331029. Also, a(n) cannot be a multiple of either 2 or 5 since removing these factors does not alter the number of divisors ending with 1 or 9. - Andrew Howroyd, Jan 07 2020

Examples

			The divisors of 63 are 1, 3, 7, 9, 21 and 63. Three of them end either in 1 or 9. No smaller number satisfies this condition, so a(3) = 63
		

Crossrefs

Programs

Extensions

Corrected and extended by Harvey P. Dale, Jul 18 2003
Terms a(17) and beyond from Andrew Howroyd, Jan 07 2020