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!)
A139084 a(n) = (smallest prime-power among the largest powers dividing n of each prime dividing n) * (smallest prime-power among the largest powers dividing (n+1) of each prime dividing (n+1)). 2
2, 6, 12, 20, 10, 14, 56, 72, 18, 22, 33, 39, 26, 6, 48, 272, 34, 38, 76, 12, 6, 46, 69, 75, 50, 54, 108, 116, 58, 62, 992, 96, 6, 10, 20, 148, 74, 6, 15, 205, 82, 86, 172, 20, 10, 94, 141, 147, 98, 6, 12, 212, 106, 10, 35, 21, 6, 118, 177, 183, 122, 14, 448, 320, 10, 134 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The largest powers dividing 44 of each prime dividing 44 are 2^2 and 11^1. The least of these is 2^2 =4. The largest powers dividing 45 of each prime dividing 45 are 3^2 and 5^1. The least of these is 5^1 = 5. So a(44) = 4 * 5 = 20.
LINKS
FORMULA
a(n) = A034684(n) * A034684(n+1). [From Franklin T. Adams-Watters, Apr 09 2009]
PROG
Contribution from Franklin T. Adams-Watters, Apr 09 2009: (Start)
(PARI) minpp(n)=local(m, r, pp); if(n==1, 1, m=factor(n); r=m[1, 1]^m[1, 2]; for(i=2, matsize(m)[1], pp=m[i, 1]^m[i, 2]; if(pp<r, r=pp)); r)
vector(80, i, minpp(i)*minpp(i+1)) (End)
CROSSREFS
Sequence in context: A347472 A340663 A354759 * A086958 A130492 A305702
KEYWORD
nonn
AUTHOR
Leroy Quet, Apr 07 2008
EXTENSIONS
More terms from Franklin T. Adams-Watters, Apr 09 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 March 29 09:59 EDT 2024. Contains 371268 sequences. (Running on oeis4.)