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!)
A166674 Totally multiplicative sequence with a(p) = 5p+2 for prime p. 1
1, 12, 17, 144, 27, 204, 37, 1728, 289, 324, 57, 2448, 67, 444, 459, 20736, 87, 3468, 97, 3888, 629, 684, 117, 29376, 729, 804, 4913, 5328, 147, 5508, 157, 248832, 969, 1044, 999, 41616, 187, 1164, 1139, 46656, 207, 7548, 217, 8208, 7803, 1404, 237, 352512 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Multiplicative with a(p^e) = (5p+2)^e. If n = Product p(k)^e(k) then a(n) = Product (5*p(k)+2)^e(k).
MATHEMATICA
a[1] = 1; a[n_] := (fi = FactorInteger[n]; Times @@ ((5*fi[[All, 1]] + 2)^fi[[All, 2]])); Table[a[n], {n, 1, 100}](* G. C. Greubel, May 22 2016 *)
CROSSREFS
Sequence in context: A188004 A045699 A155096 * A243609 A082241 A077294
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 July 5 05:08 EDT 2024. Contains 374018 sequences. (Running on oeis4.)