The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A319955 a(1)=1; thereafter a(n+1) = a(n) + Product_{b=2..n+1} b^(1+floor(log_b(a(i)))). 0
1, 3, 39, 331815, 114126085737676800331815 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Jeffrey Shallit, Automaticity IV: Sequences, sets, and diversity, J. Théor. Nombres Bordeaux 8.2 (1996): 347-367. See Theorem 10 p. 353, but b<=i+2 is a typo.
PROG
(PARI) a(n) = if (n==1, 1, a(n-1) + prod(b=2, n, b^(1+logint(a(n-1), b)))); \\ Michel Marcus, Jan 04 2021
CROSSREFS
Sequence in context: A097421 A180418 A166999 * A317484 A196159 A084186
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Oct 04 2018
EXTENSIONS
Name corrected by Michel Marcus, Jan 04 2021
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 June 12 02:30 EDT 2024. Contains 373321 sequences. (Running on oeis4.)