[go: up one dir, main page]

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!)
A166657 Totally multiplicative sequence with a(p) = 8p-1 for prime p. 1
1, 15, 23, 225, 39, 345, 55, 3375, 529, 585, 87, 5175, 103, 825, 897, 50625, 135, 7935, 151, 8775, 1265, 1305, 183, 77625, 1521, 1545, 12167, 12375, 231, 13455, 247, 759375, 2001, 2025, 2145, 119025, 295, 2265, 2369, 131625, 327, 18975, 343, 19575 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Multiplicative with a(p^e) = (8p-1)^e. If n = Product p(k)^e(k) then a(n) = Product (8*p(k)-1)^e(k).
MATHEMATICA
a[1] = 1; a[n_] := (fi = FactorInteger[n]; Times @@ ((8*fi[[All, 1]] - 1)^fi[[All, 2]])); Table[a[n], {n, 1, 100}] (* G. C. Greubel, May 21 2016 *)
CROSSREFS
Sequence in context: A195036 A111151 A361340 * A373675 A059144 A274339
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 August 29 23:09 EDT 2024. Contains 375519 sequences. (Running on oeis4.)