Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A119766
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A119766 Numbers n such that numerator of Bernoulli(n)/n is (apart from sign) 1 or a prime. +0
3
1, 2, 4, 6, 8, 10, 12, 14, 16, 18, 26, 34, 36, 38, 42, 74, 114, 118, 396, 674, 1870, 4306, 22808 (list; graph; listen)
OFFSET

1,2

COMMENT

In 1911 Ramanujan believed that the numerator of Bernoulli(n)/n for n even was (apart from sign) always either 1 or a prime. This is false.

REFERENCES

K. Ono, Honoring a gift from Kumbakonam, Notices Amer. Math. Soc., 53 (2006), 640-651.

S. Ramanujan, Some properties of Bernoulli's numbers, J. Indian Math. Soc., 3 (1911), 219-234.

EXAMPLE

As an example Bernoulli(20)/20= -174611/6600, but 174611=283*617. - Robert G. Wilson v Jun 22 2006.

MAPLE

A119766 := proc(nmax) local numr; for n from 2 to nmax by 2 do numr := abs(numer(bernoulli(n)/n)) ; if numr = 1 or isprime(numr) then print(n) ; fi ; od ; end : A119766(2000) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 21 2006

MATHEMATICA

OldPrimeQ[n_] := Abs[n]==1 || PrimeQ[Abs[n]]; Select[Range[2000], OldPrimeQ[Numerator[BernoulliB[ # ]/# ]] &] - T. D. Noe (noe(AT)sspectra.com), Jun 20 2006

CROSSREFS

Cf. A112548, A001067.

Sequence in context: A118070 A152966 A066122 this_sequence A030143 A110725 A100800

Adjacent sequences: A119763 A119764 A119765 this_sequence A119767 A119768 A119769

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Jun 19 2006

EXTENSIONS

a(21) and a(22) from T. D. Noe (noe(AT)sspectra.com), 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