The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A166661 Totally multiplicative sequence with a(p) = 3p+1 for prime p. 2
1, 7, 10, 49, 16, 70, 22, 343, 100, 112, 34, 490, 40, 154, 160, 2401, 52, 700, 58, 784, 220, 238, 70, 3430, 256, 280, 1000, 1078, 88, 1120, 94, 16807, 340, 364, 352, 4900, 112, 406, 400, 5488, 124, 1540, 130, 1666, 1600, 490, 142, 24010, 484, 1792 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Multiplicative with a(p^e) = (3p+1)^e. If n = Product p(k)^e(k) then a(n) = Product (3*p(k)+1)^e(k).
MATHEMATICA
a[1] = 1; a[n_] := (fi = FactorInteger[n]; Times @@ ((3*fi[[All, 1]] + 1)^fi[[All, 2]])); Table[a[n], {n, 1, 100}] (* G. C. Greubel, May 22 2016 *)
CROSSREFS
Sequence in context: A056510 A013398 A013493 * A025632 A038276 A249952
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 June 6 10:03 EDT 2024. Contains 373127 sequences. (Running on oeis4.)