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!)
A213623 Numbers n such that the denominator of the Bernoulli polynomial B(n,x) equals the Clausen number C(n), {n | A144845(n) = A141056(n)}. 1
0, 1, 2, 3, 4, 6, 8, 10, 12, 16, 24, 28, 30, 36, 48, 60, 120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Is this a finite sequence?
LINKS
MAPLE
# Clausen(n, k) defined in A160014.
seq(`if`(denom(bernoulli(i, x))=Clausen(i, 1), i, NULL), i=0..120);
MATHEMATICA
Clausen[n_, k_] := If[n == 0, 1, Times @@ (Select[Divisors[n], PrimeQ[# + k]&] + k)];
Select[Range[0, 120], Denominator[BernoulliB[#, x] // Together] == Clausen[#, 1]&] (* Jean-François Alcover, Aug 13 2019 *)
CROSSREFS
Sequence in context: A020697 A175381 A369519 * A216365 A034287 A067128
KEYWORD
nonn,more
AUTHOR
Peter Luschny, Jun 16 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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)