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!)
A011880 a(n) = floor(n*(n-1)/27). 1
0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3, 4, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 17, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 39, 41, 44, 46, 49, 52, 54, 57, 60, 63, 66, 70, 73, 76, 80, 83, 87, 90, 94, 98, 102, 106, 110, 114, 118, 122, 126, 131, 135, 140, 144, 149, 154, 158, 163, 168, 173 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
Index entries for linear recurrences with constant coefficients, signature (2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 1).
FORMULA
G.f.: x^6(1-x^3+x^5+x^11-x^13+x^16)(1-x^6)/((1-x)(1-x^2)(1-x^3)(1-x^27)).
a(n)= +2*a(n-1) -a(n-2) +a(n-27) -2*a(n-28) +a(n-29). - R. J. Mathar, Aug 11 2021
MAPLE
A011880:=n->floor(n*(n-1)/27); seq(A011880(n), n=0..100); # Wesley Ivan Hurt, Mar 27 2014
MATHEMATICA
Table[Floor[n*(n - 1)/27], {n, 0, 5!}] (* Vladimir Joseph Stephan Orlovsky, Mar 14 2010 *)
CoefficientList[Series[x^6 (1 - x^3 + x^5 + x^11 - x^13 + x^16) (1 - x^6)/((1 - x) (1 - x^2) (1 - x^3) (1 - x^27)), {x, 0, 70}], x] (* Vincenzo Librandi, Mar 28 2014 *)
PROG
(PARI) a(n)=(n^2-n)\27
CROSSREFS
Sequence in context: A097923 A027582 A259198 * A029044 A029043 A296371
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Typo in Mathematica program fixed by Vincenzo Librandi, Mar 28 2014
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 2 06:35 EDT 2024. Contains 373032 sequences. (Running on oeis4.)