login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114648 Number of occurrences of 6 as a denominator in Bernoulli(k) for 0<=k<=10^n. 2
0, 1, 10, 87, 834, 7992, 77696, 758582, 7436825, 73129588, 720726912 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Bernoulli Number
MATHEMATICA
DenominatorBernoulliBQ[n_Integer, denom_Integer] := If[EvenQ[n], Times @@ Select[Divisors[n] + 1, PrimeQ] == denom, 1 + KroneckerDelta[n, 1] == denom]; A114648[n_] := A114648[n] = Length[Select[Range[10^n], DenominatorBernoulliBQ[#, 6] &]] (* Enrique Pérez Herrero, Aug 01 2010 *)
CROSSREFS
Sequence in context: A331793 A121115 A292998 * A350134 A217417 A136864
KEYWORD
nonn,hard
AUTHOR
Eric W. Weisstein, Dec 21 2005
EXTENSIONS
More terms added by Enrique Pérez Herrero, Aug 01 2010
More terms from Enrique Pérez Herrero, Aug 16 2010
a(10) from Arkadiusz Wesolowski, Dec 02 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 06:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)