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!)
A166663 Totally multiplicative sequence with a(p) = 5p+1 for prime p. 2
1, 11, 16, 121, 26, 176, 36, 1331, 256, 286, 56, 1936, 66, 396, 416, 14641, 86, 2816, 96, 3146, 576, 616, 116, 21296, 676, 726, 4096, 4356, 146, 4576, 156, 161051, 896, 946, 936, 30976, 186, 1056, 1056, 34606, 206, 6336, 216, 6776, 6656, 1276, 236, 234256 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Multiplicative with a(p^e) = (5p+1)^e. If n = Product p(k)^e(k) then a(n) = Product (5*p(k)+1)^e(k).
MATHEMATICA
a[1] = 1; a[n_] := (fi = FactorInteger[n]; Times @@ ((5*fi[[All, 1]] + 1)^fi[[All, 2]])); Table[a[n], {n, 1, 100}] (* G. C. Greubel, May 22 2016 *)
CROSSREFS
Sequence in context: A032051 A085487 A258288 * A032327 A032075 A024147
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 04:31 EDT 2024. Contains 371767 sequences. (Running on oeis4.)