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”).

A166656
Totally multiplicative sequence with a(p) = 7p-1 for prime p.
1
1, 13, 20, 169, 34, 260, 48, 2197, 400, 442, 76, 3380, 90, 624, 680, 28561, 118, 5200, 132, 5746, 960, 988, 160, 43940, 1156, 1170, 8000, 8112, 202, 8840, 216, 371293, 1520, 1534, 1632, 67600, 258, 1716, 1800, 74698, 286, 12480, 300, 12844, 13600
OFFSET
1,2
LINKS
FORMULA
Multiplicative with a(p^e) = (7p-1)^e. If n = Product p(k)^e(k) then a(n) = Product (7*p(k)-1)^e(k).
MATHEMATICA
a[1] = 1; a[n_] := (fi = FactorInteger[n]; Times @@ ((7*fi[[All, 1]] - 1)^fi[[All, 2]])); Table[a[n], {n, 1, 100}] (* G. C. Greubel, May 21 2016 *)
CROSSREFS
Sequence in context: A132946 A278470 A066515 * A346401 A230498 A260747
KEYWORD
nonn,mult
AUTHOR
Jaroslav Krizek, Oct 18 2009
STATUS
approved