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!)
A165706 a(0) = 1, a(n) = a([n/2]) + a([n/5]) for n > 1. 7
1, 2, 3, 3, 4, 5, 5, 5, 6, 6, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For n>0: A165707(n)=a(A003592(n)) and A165707(m)<a(m) for m < A003592(n).
LINKS
PROG
(PARI) a(n)=if(n<3, return(n+1)); a(n\2) + a(n\5) \\ Charles R Greathouse IV, Nov 14 2016
CROSSREFS
Sequence in context: A241920 A202305 A195778 * A242453 A241151 A073092
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 26 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 24 08:28 EDT 2024. Contains 371927 sequences. (Running on oeis4.)