Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A134652
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A134652 Indices for which A097344 differs from A097345. +0
3
59, 1519, 7814, 17225, 39079 (list; graph; listen)
OFFSET

1,1

COMMENT

The terms 59 and 1519 were found by Daniel Glasscock (glasscock(AT)rice.edu), Jan 04 2008.

a(6) > 10^5.

These are the numbers m such that f(m) = sum( binomial(m,k)/(k+1)^2, k=0..m) (binomial transform of 1/(k+1)^2), has the same numerator than g(m) = sum( (2^(k+1)-1)/(k+1), k=0..m) (which are also the partial sums of the binomial transformation of 1/(k+1)).

Obviously, f(m) = sum( binomial(m+1,k+1)/(k+1), k=0..m)/(m+1), and since g(m) = (m+1) f(m) (cf. notes by R. J. Mathar on A097345), g(m) = sum( binomial(m+1,k)/k, k=1..m+1).

We have the equivalences: numerator(g(n))=numerator(f(n)) <=> (n+1) | denominator(f(n)) <=> gcd(numerator(g(n)),n+1) = 1.

Therefore this sequence can be alternatively defined in either of the following two ways: numbers n such that the denominator of f(n) is not divisible by (n+1); numbers n such that the numerator of g(n) is not co-prime to (n+1).

In terms of M = m+1, the characterization reads: a(n)+1 = numbers M such that denominator(sum(k=1,M,binomial(M-1,k-1)/k^2)) is not a multiple of M = numbers M such that numerator( sum( (2^k-1)/k, k=1..M)) is not co-prime to M.

PROGRAM

(PARI) t=1; for( n=2, 10^5, gcd( numerator(t+=(1<<n-1)/n), n)>1 & print(n-1))

CROSSREFS

Cf. A097344, A097345.

Sequence in context: A140024 A142363 A093259 this_sequence A017775 A017722 A119886

Adjacent sequences: A134649 A134650 A134651 this_sequence A134653 A134654 A134655

KEYWORD

nonn,hard,more

AUTHOR

M. F. Hasler (Maximilian.Hasler(AT)gmail.com), Jan 25 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 July 26 13:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research