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!)
A218726 a(n) = (23^n-1)/22. 6
0, 1, 24, 553, 12720, 292561, 6728904, 154764793, 3559590240, 81870575521, 1883023236984, 43309534450633, 996119292364560, 22910743724384881, 526947105660852264, 12119783430199602073, 278755018894590847680, 6411365434575589496641 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Partial sums of powers of 23, q-integers for q=23: diagonal k=1 in triangle A022187.
Partial sums are in A014909. Also, the sequence is related to A014941 by A014941 n) = n*a(n)-sum(a(i), i=0..n-1) for n>0. [Bruno Berselli, Nov 07 2012]
LINKS
FORMULA
G.f.: x/((1-x)*(1-23*x)). - Vincenzo Librandi, Nov 07 2012
a(n) = floor(23^n/22). - Vincenzo Librandi, Nov 07 2012
a(n) = 24*a(n-1) - 23*a(n-2). - Vincenzo Librandi, Nov 07 2012
MATHEMATICA
LinearRecurrence[{24, -23}, {0, 1}, 30] (* Vincenzo Librandi, Nov 07 2012 *)
(23^Range[0, 20]-1)/22 (* Harvey P. Dale, Nov 09 2012 *)
PROG
(PARI) A218726(n)=23^n\22
(Magma) [n le 2 select n-1 else 24*Self(n-1)-23*Self(n-2): n in [1..20]]; // Vincenzo Librandi, 07 2012
(Maxima) A218726(n):=(23^n-1)/22$
makelist(A218726(n), n, 0, 30); /* Martin Ettl, Nov 07 2012 */
CROSSREFS
Sequence in context: A170657 A170705 A170743 * A203487 A007110 A007109
KEYWORD
nonn,easy
AUTHOR
M. F. Hasler, Nov 04 2012
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 May 15 18:29 EDT 2024. Contains 372549 sequences. (Running on oeis4.)