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!)
A339388 a(n) is the number of k in the range 1..n-1 such that a(k)*a(n-k) <= a(n-1). 2
0, 1, 2, 3, 4, 5, 4, 2, 2, 4, 6, 8, 10, 8, 4, 3, 2, 2, 4, 6, 8, 10, 10, 12, 10, 6, 4, 2, 2, 4, 6, 8, 14, 17, 20, 17, 14, 10, 6, 2, 2, 4, 6, 10, 16, 20, 26, 24, 20, 14, 10, 2, 2, 4, 6, 11, 16, 21, 26, 27, 24, 20, 14, 6, 2, 2, 4, 8, 16, 22, 28, 34, 36, 34, 20 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
PROG
(PARI) { for (n=1, #a=vector(75), print1 (a[n] = sum(k=1, n-1, a[k]*a[n-k]<=a[n-1]) ", ")) }
CROSSREFS
Sequence in context: A337376 A237985 A143055 * A271751 A017890 A134011
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Dec 02 2020
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 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)