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!)
A011885 [ n(n-1)/32 ]. 0
0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3, 4, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 17, 18, 20, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 46, 48, 51, 53, 56, 59, 61, 64, 67, 70, 73, 76, 79, 82, 86, 89, 92, 96, 99, 103, 106, 110, 114, 118, 122, 126, 130, 134, 138, 142, 146, 150 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
LINKS
Index entries for linear recurrences with constant coefficients, signature (3, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -3, 1)
FORMULA
G.f.: x^7(1+x^2-x^3+x^4+x^9+x^14+x^19-x^20+x^21+x^23)/((1-x)(1-x^3)(1-x^32));
PROG
(PARI) a(n)=if(n<0, 0, (n^2-n)\32)
CROSSREFS
Sequence in context: A349775 A369870 A097950 * A211524 A008672 A097923
KEYWORD
nonn
AUTHOR
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 28 17:47 EDT 2024. Contains 372092 sequences. (Running on oeis4.)