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!)
A166675 Totally multiplicative sequence with a(p) = 7p+2 for prime p. 1
1, 16, 23, 256, 37, 368, 51, 4096, 529, 592, 79, 5888, 93, 816, 851, 65536, 121, 8464, 135, 9472, 1173, 1264, 163, 94208, 1369, 1488, 12167, 13056, 205, 13616, 219, 1048576, 1817, 1936, 1887, 135424, 261, 2160, 2139, 151552, 289, 18768, 303, 20224 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Multiplicative with a(p^e) = (7p+2)^e. If n = Product p(k)^e(k) then a(n) = Product (7*p(k)+2)^e(k).
MATHEMATICA
a[1] = 1; a[n_] := (fi = FactorInteger[n]; Times @@ ((7*fi[[All, 1]] + 2)^fi[[All, 2]])); Table[a[n], {n, 1, 100}] (* G. C. Greubel, May 22 2016 *)
CROSSREFS
Sequence in context: A006616 A225929 A179370 * A114405 A098351 A206267
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)