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!)
A329496 Denominator of second moment of the n-th term of Ulam's "history-dependent random sequence". 4
1, 1, 2, 3, 8, 60, 240, 2520, 40320, 181440, 725760, 266112, 95800320, 17791488, 1585059840, 130767436800, 1394852659200, 35568742809600, 20324995891200, 12164510040883200, 69511485947904000, 5109094217170944000, 32114306507931648000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Mark Kac, A history-dependent random sequence defined by Ulam, Advances in Applied Mathematics 10.3 (1989): 270-277. See page 273, sigma_k and alpha_k.
EXAMPLE
1, 4, 25/2, 101/3, 655/8, 11077/60, 94199/240, 2005319/2520, ...
MAPLE
s:=[1]; a:=[0];
for N from 2 to 40 do # N = n+1
n:=N-1;
t1:=s[n]+(1/n)*add(s[k], k=1..n)+2*s[n]/n+(2/n)*a[n];
t2:=s[n]+(1/n)*add(s[k], k=1..n)+a[n]+(2/n)*add(a[k], k=1..n);
s:=[op(s), t1];
a:=[op(a), t2];
od:
s; # sigma_n
a; # alpha_n
sn:=map(numer, s); # A329495
sd:=map(denom, s); # A329496
an:=map(numer, a); # A329497
ad:=map(denom, a); # A329498
CROSSREFS
Sequence in context: A292893 A356902 A042365 * A160634 A072043 A347289
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Nov 17 2019
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 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)