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!)
A166703 Totally multiplicative sequence with a(p) = a(p-1) + 6 for prime p. 0
1, 7, 13, 49, 55, 91, 97, 343, 169, 385, 391, 637, 643, 679, 715, 2401, 2407, 1183, 1189, 2695, 1261, 2737, 2743, 4459, 3025, 4501, 2197, 4753, 4759, 5005, 5011, 16807, 5083, 16849, 5335, 8281, 8287, 8323, 8359, 18865, 18871, 8827, 8833, 19159, 9295, 19201 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Multiplicative with a(p^e) = (a(p-1)+6)^e. If n = Product p(k)^e(k) then a(n) = Product (a(p(k)-1)+6)^e(k).
PROG
(PARI) a(n)={n=factor(n); n[, 1]=apply(p->a(p-1)+6, n[, 1]); factorback(n)} \\ - M. F. Hasler, Nov 03 2013
CROSSREFS
Sequence in context: A219501 A267310 A153119 * A116522 A320462 A108056
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)