OFFSET
0,6
LINKS
Amiram Eldar, Table of n, a(n) for n = 0..103
FORMULA
MATHEMATICA
PrimeFactors[ n_] := Flatten[ Table[ #[[1]], {1} ] & /@ FactorInteger[ n ]]; A090947[n_] := PrimeFactors[ Numerator[ BernoulliB[2n]]][[ -1]]; Table[ A090947[n], {n, 5, 24}] (* Robert G. Wilson v, Feb 28 2004 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 28 2004
EXTENSIONS
More terms from Robert G. Wilson v and Hans Havermann, Feb 28 2004
STATUS
approved