OFFSET
0,1
COMMENTS
Essentially first differences of A120741.
Binomial transform of A169604.
Second binomial transform of A005053 without initial term 1.
Inverse binomial transform of A103333 without initial term 1.
Second inverse binomial transform of A013708.
Except for first term 3, these are the integers that satisfy phi(n) = 4*n/7. - Michel Marcus, Jul 14 2015
Number of distinct quadratic residues (QR) over Z_7^n such that gcd(QR, 7^n) = 1 where n >= 1. - Param Mayurkumar Parekh, Feb 11 2023
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..300
Shalosh B. Ekhad and Doron Zeilberger, A Bijective Proof of Richard Stanley's Observation that the sum of the cubes of the n-th row of Stern's Diatomic array equals 3 times 7 to the power n-1, arXiv:2103.12852 [math.CO], 2021.
Richard P. Stanley, Some Linear Recurrences Motivated by Stern's Diatomic Array, arXiv:1901.04647 [math.CO], 2019. Also American Mathematical Monthly 127.2 (2020): 99-111.
Index entries for linear recurrences with constant coefficients, signature (7).
FORMULA
a(n) = 7*a(n-1) for n > 0; a(0) = 3.
G.f.: 3/(1-7*x).
MATHEMATICA
3*7^Range[0, 25] (* Paolo Xausa, Jan 17 2025 *)
PROG
(Magma) [ 3*7^n: n in [0..19] ];
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Klaus Brockhaus, Apr 04 2010
STATUS
approved