login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A025631
Numbers of form 7^i*9^j, with i, j >= 0.
3
1, 7, 9, 49, 63, 81, 343, 441, 567, 729, 2401, 3087, 3969, 5103, 6561, 16807, 21609, 27783, 35721, 45927, 59049, 117649, 151263, 194481, 250047, 321489, 413343, 531441, 823543, 1058841, 1361367, 1750329, 2250423, 2893401, 3720087, 4782969
OFFSET
1,2
LINKS
FORMULA
Sum_{n>=1} 1/a(n) = (7*9)/((7-1)*(9-1)) = 21/16. - Amiram Eldar, Sep 24 2020
a(n) ~ exp(sqrt(2*log(7)*log(9)*n)) / sqrt(63). - Vaclav Kotesovec, Sep 24 2020
MATHEMATICA
With[{nn=40}, Take[Union[7^First[#] 9^Last[#]&/@Tuples[Range[0, nn/4], 2]], nn]] (* Harvey P. Dale, Mar 06 2014 *)
CROSSREFS
Subsequence of A003594.
Sequence in context: A007449 A189053 A067649 * A258183 A038275 A261669
KEYWORD
easy,nonn
STATUS
approved