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!)
A037618 Base 4 digits are, in order, the first n terms of the periodic sequence with initial period 2,0,3. 0
2, 8, 35, 142, 568, 2275, 9102, 36408, 145635, 582542, 2330168, 9320675, 37282702, 149130808, 596523235, 2386092942, 9544371768, 38177487075, 152709948302, 610839793208, 2443359172835, 9773436691342, 39093746765368 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: x*(2+3*x^2) / ( (x-1)*(4*x-1)*(1+x+x^2) ). - R. J. Mathar, Apr 27 2015
A007090(a(n)) = A037624(n). - R. J. Mathar, Apr 27 2015
PROG
(PARI) a(n)=([0, 1, 0, 0; 0, 0, 1, 0; 0, 0, 0, 1; -4, 1, 0, 4]^(n-1)*[2; 8; 35; 142])[1, 1] \\ Charles R Greathouse IV, Feb 13 2017
CROSSREFS
Sequence in context: A057900 A116618 A037723 * A326294 A184786 A082759
KEYWORD
nonn,base,easy
AUTHOR
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)