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!)
A166655 Totally multiplicative sequence with a(p) = 6p-1 for prime p. 1
1, 11, 17, 121, 29, 187, 41, 1331, 289, 319, 65, 2057, 77, 451, 493, 14641, 101, 3179, 113, 3509, 697, 715, 137, 22627, 841, 847, 4913, 4961, 173, 5423, 185, 161051, 1105, 1111, 1189, 34969, 221, 1243, 1309, 38599, 245, 7667, 257, 7865, 8381, 1507, 281 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Multiplicative with a(p^e) = (6p-1)^e. If n = Product p(k)^e(k) then a(n) = Product (6*p(k)-1)^e(k).
MATHEMATICA
a[1] = 1; a[n_] := (fi = FactorInteger[n]; Times @@ ((6*fi[[All, 1]] - 1)^fi[[All, 2]])); Table[a[n], {n, 1, 100}] (* G. C. Greubel, May 21 2016 *)
CROSSREFS
Sequence in context: A090286 A226677 A056577 * A262552 A279332 A286959
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)