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!)
A105733 Numbers n such that A105658(2n-1) != 2n-1 and A105658(2n) != n. 2
12, 13, 21, 22, 25, 27, 28, 29, 32, 42, 43, 50, 52, 54, 62, 64, 66, 70, 72, 73, 76, 81, 82, 85, 87, 90, 91, 92, 96, 99, 102, 103, 106, 112, 117, 120, 122, 123, 126, 129, 131, 132, 135, 140, 142, 144, 147, 152, 154, 155, 158, 159, 162, 169 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A105658(n) = Product_{i=1..n} i^i / denominator( sum_{j=1..n} j(j+1)/2 / product_{k=0..i-1} j!/k!) ).
MATHEMATICA
f[n_] := f[n] = Product[i^i, {i, n}]/Denominator[Sum[j(j + 1)/2/(Product[j!/k!, {k, 0, j - 1}]), {j, n}]]; Select[ Range[125], f[2# - 1] != 2# - 1 && f[2# ] != # &]
CROSSREFS
Sequence in context: A298591 A225102 A057488 * A035123 A140212 A123132
KEYWORD
nonn
AUTHOR
Jess E. Boling (tdbpeekitup(AT)yahoo.com) and Robert G. Wilson v, Apr 18 2005
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 19 03:30 EDT 2024. Contains 371782 sequences. (Running on oeis4.)