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!)
A166669 Totally multiplicative sequence with a(p) = 3p-2 for prime p. 1
1, 4, 7, 16, 13, 28, 19, 64, 49, 52, 31, 112, 37, 76, 91, 256, 49, 196, 55, 208, 133, 124, 67, 448, 169, 148, 343, 304, 85, 364, 91, 1024, 217, 196, 247, 784, 109, 220, 259, 832, 121, 532, 127, 496, 637, 268, 139, 1792, 361, 676 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Multiplicative with a(p^e) = (3p-2)^e. If n = Product p(k)^e(k) then a(n) = Product (3*p(k)-2)^e(k).
MATHEMATICA
a[1] = 1; a[n_] := (fi = FactorInteger[n]; Times @@ ((3*fi[[All, 1]] - 2)^fi[[All, 2]])); Table[a[n], {n, 1, 100}] (* G. C. Greubel, May 22 2016 *)
CROSSREFS
Sequence in context: A213358 A065935 A361975 * A286701 A077582 A037373
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)