login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A166658 Totally multiplicative sequence with a(p) = 9p-1 for prime p. 1
1, 17, 26, 289, 44, 442, 62, 4913, 676, 748, 98, 7514, 116, 1054, 1144, 83521, 152, 11492, 170, 12716, 1612, 1666, 206, 127738, 1936, 1972, 17576, 17918, 260, 19448, 278, 1419857, 2548, 2584, 2728, 195364, 332, 2890, 3016, 216172, 368, 27404, 386 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Multiplicative with a(p^e) = (9p-1)^e. If n = Product p(k)^e(k) then a(n) = Product (9*p(k)-1)^e(k).
MATHEMATICA
a[1] = 1; a[n_] := (fi = FactorInteger[n]; Times @@ ((9*fi[[All, 1]] - 1)^fi[[All, 2]])); Table[a[n], {n, 1, 100}] (* G. C. Greubel, May 21 2016 *)
CROSSREFS
Sequence in context: A336272 A154277 A140150 * A268330 A221282 A033702
KEYWORD
nonn,mult
AUTHOR
Jaroslav Krizek, Oct 18 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)