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!)
A073470 Trisection of A007294. 2
1, 2, 4, 6, 10, 15, 22, 32, 44, 60, 81, 107, 141, 181, 233, 295, 372, 465, 575, 710, 869, 1059, 1286, 1549, 1863, 2225, 2654, 3149, 3724, 4391, 5157, 6043, 7059, 8220, 9553, 11066, 12798, 14760, 16988, 19509, 22357, 25576, 29200, 33274, 37856, 42985 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(Magma) function a007294(n, k) return n gt k*(k+1)/2 select a007294(n-k*(k+1)/2, k) + a007294(n, k+1) else n eq k*(k+1)/2 select 1 else 0; end function; [ a007294(n, 1): n in [0..135 by 3] ]; // Klaus Brockhaus, Jan 23 2009
CROSSREFS
Sequence in context: A152415 A175826 A304630 * A086182 A035294 A073818
KEYWORD
nonn
AUTHOR
Randall L Rathbun, Aug 26 2002
EXTENSIONS
More terms from Klaus Brockhaus, Jan 23 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 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)