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!)
A165299 a(n) = A002790(n) / A164020(n). 1
1, 1, 1, 1, 1, 2, 2, 3, 3, 2, 2, 2, 2, 60, 60, 1, 3, 10, 10, 42, 42, 20, 12, 30, 30, 252, 36, 4, 4, 8, 8, 231, 231, 70, 210, 2, 2, 5460, 5460, 14, 42, 660, 132, 1260, 1260, 56, 840, 210, 210, 7956, 7956, 44, 396, 440, 440, 228, 228, 40, 120, 24, 24, 720720, 144144, 715, 2145, 102, 510 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
MAPLE
A002790 := proc(n) add((-1)^k*stirling1(n, k)/(k+1), k=0..n) ; denom(%) ; end proc:
A002445 := proc(n) bernoulli(2*n) ; denom(%) ; end proc:
A164020 := proc(n) if type(n, 'even') then A002445(n/2) ; else n+1 ; end if; end proc:
A165299 := proc(n) A002790(n)/A164020(n) ; end proc:
seq(A165299(n), n=0..80) ; # R. J. Mathar, Jul 04 2011
CROSSREFS
Sequence in context: A188817 A271099 A344259 * A071820 A055092 A213202
KEYWORD
nonn
AUTHOR
Paul Curtz, Sep 14 2009
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 13:41 EDT 2024. Contains 371914 sequences. (Running on oeis4.)