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!)
A323824 a(0) = 6; thereafter a(n) = 4*a(n-1) + 1. 2
6, 25, 101, 405, 1621, 6485, 25941, 103765, 415061, 1660245, 6640981, 26563925, 106255701, 425022805, 1700091221, 6800364885, 27201459541, 108805838165, 435223352661, 1740893410645, 6963573642581, 27854294570325, 111417178281301, 445668713125205 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Mike Warburton, Ulam-Warburton Automaton - Counting Cells with Quadratics, arXiv:1901.10565 [math.CO], 2019.
FORMULA
G.f.: (6 - 5*x) / ((1 - x)*(1 - 4*x)).
a(n) = (19*4^n - 1) / 3. - Colin Barker, Feb 01 2019
a(n) = A178415(7, n) = A347834(10, n-1), arrays, for n >= 1. - Wolfdieter Lang, Nov 29 2021
MATHEMATICA
A323824[n_]:=(19*4^n-1)/3; Array[A323824, 30, 0] (* or *)
LinearRecurrence[{5, -4}, {6, 25}, 30] (* Paolo Xausa, Nov 14 2023 *)
PROG
(PARI) Vec((6 - 5*x) / ((1 - x)*(1 - 4*x)) + O(x^25)) \\ Colin Barker, Feb 01 2019
(PARI) a(n) = (19*4^n - 1) / 3 \\ Colin Barker, Feb 01 2019
CROSSREFS
Sequence in context: A009121 A327504 A346390 * A037537 A253220 A037481
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Feb 01 2019
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 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)