Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A120316
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A120316 Consecutive refactorable numbers a(n)-1, a(n) in which 5 is the smallest prime divisor of a(n). +0
1
81450625, 12594450625, 29661450625, 81924750625, 195562950625, 233313150625, 308052750625, 379733250625, 764269350625, 1490902050625, 4606281750625, 4995336750625, 5551796250625, 7502257950625, 8450794350625, 25857479250625 (list; graph; listen)
OFFSET

1,1

FORMULA

a(n) is the first integer of the form (5*k)^(5-1) such that both a(n) and a(n)-1 is refactorable and 5 is the smallest prime divisor of a(n).

MAPLE

with(numtheory); RFC5:=[]: p:=ithprime(3): P:=[seq(ithprime(i), i=1..2)]; for w to 1 do for k from 3 to 12^4 by 2 do if andmap(z -> k mod z <> 0, P) then m:=p*k; n:=m^(p-1); t:=tau(n); n1:=n-1; t1:=tau(n1); if (n mod t = 0) and (n1 mod t1 = 0) then RFC5:=[op(RFC5), n]; print(ifactor(n)); fi fi; od od;

CROSSREFS

Cf. A033950, A036898, A114617.

Sequence in context: A119075 A136965 A156943 this_sequence A118079 A115534 A138030

Adjacent sequences: A120313 A120314 A120315 this_sequence A120317 A120318 A120319

KEYWORD

nonn

AUTHOR

Walter Kehowski (wkehowski(AT)cox.net), Jun 20 2006

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 November 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research