Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A139082
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A139082 a(n) = (largest power of a prime dividing n) * (largest power of a prime dividing (n+1)). +0
3
2, 6, 12, 20, 15, 21, 56, 72, 45, 55, 44, 52, 91, 35, 80, 272, 153, 171, 95, 35, 77, 253, 184, 200, 325, 351, 189, 203, 145, 155, 992, 352, 187, 119, 63, 333, 703, 247, 104, 328, 287, 301, 473, 99, 207, 1081, 752, 784, 1225, 425, 221, 689, 1431, 297, 88, 152, 551 (list; graph; listen)
OFFSET

1,1

COMMENT

The largest prime-power dividing 12 is 4. The largest prime power dividing 13 is 13. So a(12) = 4*13 = 52.

FORMULA

a(n)=A034699(n)*A034699(n+1). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 16 2008

MAPLE

isA000961 := proc(n) if nops(ifactors(n)[2]) =1 then true ; else false ; fi ; end: A034699 := proc(n) local dvs, d ; if n = 1 then RETURN(1) ; fi ; dvs := sort(convert(numtheory[divisors](n), list), `>`) ; for d in dvs do if isA000961(d) then RETURN(d) ; fi ; od: RETURN(0) ; end: A139082 := proc(n) A034699(n)*A034699(n+1) ; end: seq(A139082(n), n=1..100) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 16 2008

CROSSREFS

Cf. A139081, A139084.

Sequence in context: A139084 A086958 A130492 this_sequence A061078 A067114 A102711

Adjacent sequences: A139079 A139080 A139081 this_sequence A139083 A139084 A139085

KEYWORD

nonn

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com), Apr 07 2008

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 16 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research