Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A114707
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A114707 a(1)=1. For n>1, a(n) = a(n-1) + (number of distinct primes dividing n but not a(n-1)). +0
2
1, 2, 3, 4, 5, 7, 7, 8, 9, 11, 11, 13, 13, 15, 15, 16, 17, 19, 19, 21, 21, 23, 23, 25, 25, 27, 27, 29, 29, 32, 33, 34, 36, 37, 39, 40, 41, 43, 45, 46, 47, 50, 51, 53, 55, 57, 58, 59, 60, 60, 61, 63, 64, 65, 66, 67, 69, 71, 72, 73, 74, 75, 76, 76, 78, 79, 80, 81, 82, 84, 85, 87 (list; graph; listen)
OFFSET

1,2

COMMENT

Number of distinct primes dividing n but not A114707(n-1) is A114708(n).

a(10^k), k=0..6: 1, 11, 130, 1691, 19819, 220501, 2398245. - Robert G. Wilson v Dec 28 2005.

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

EXAMPLE

a(11) = 11. Since 2 and 3 are the 2 distinct primes that divide 12 and neither divides 11, a(12) is 2 greater than a(11), a(12) = 13.

MATHEMATICA

a[1] = 1; a[n_] := a[n] = a[n - 1] + Length@Complement[First /@ FactorInteger@n, First /@ FactorInteger@a[n - 1]]; Array[a, 72] (* Robert G. Wilson v *)

PROGRAM

(PARI) {print1(a=1, ", "); for(n=2, 72, print1(a=a+#setminus(Set(factor(n)[, 1]), Set(factor(a)[, 1])), ", "))} (Brockhaus)

CROSSREFS

Cf. A114708.

Sequence in context: A082025 A076034 A034152 this_sequence A000015 A122411 A117174

Adjacent sequences: A114704 A114705 A114706 this_sequence A114708 A114709 A114710

KEYWORD

nonn

AUTHOR

Leroy Quet Dec 26 2005

EXTENSIONS

More terms from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de) and Robert G. Wilson v (rgwv(at)rgwv.com), Dec 27 2005

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 December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research