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!)
A096019 a(0)=3, a(n) = 3*a(n-1) + 2*(-1)^n. 1
3, 7, 23, 67, 203, 607, 1823, 5467, 16403, 49207, 147623, 442867, 1328603, 3985807, 11957423, 35872267, 107616803, 322850407, 968551223, 2905653667, 8716961003, 26150883007, 78452649023, 235357947067, 706073841203, 2118221523607 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The number of Pythagorean quadruples mod 3^n is given by a(n) 3^(2n-1). See A096018.
LINKS
FORMULA
a(n) = 3^(n+1)-(3^n-(-1)^n)/2.
a(n) = 2*a(n-1)+3*a(n-2). G.f.: (3+x)/((1+x)*(1-3*x)). [Colin Barker, Mar 26 2012]
MATHEMATICA
LinearRecurrence[{2, 3}, {3, 7}, 30] (* Harvey P. Dale, Feb 10 2024 *)
CROSSREFS
Cf. A096018.
Sequence in context: A148692 A201204 A106964 * A148693 A148694 A148695
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, Jun 15 2004
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 19 03:30 EDT 2024. Contains 371782 sequences. (Running on oeis4.)