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!)
A037695 Base-4 digits are, in order, the first n terms of the periodic sequence with initial period 1,2,3,0. 0
1, 6, 27, 108, 433, 1734, 6939, 27756, 111025, 444102, 1776411, 7105644, 28422577, 113690310, 454761243, 1819044972, 7276179889, 29104719558, 116418878235, 465675512940, 1862702051761, 7450808207046, 29803232828187 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: ( x*(1+2*x+3*x^2) ) / ( (x-1)*(4*x-1)*(1+x)*(x^2+1) ). - R. J. Mathar, Oct 11 2015
MATHEMATICA
nn=30; With[{dgs=PadRight[{}, nn, {1, 2, 3, 0}]}, Table[FromDigits[ Take[ dgs, n], 4], {n, nn}]] (* Harvey P. Dale, Jun 13 2013 *)
CROSSREFS
Sequence in context: A220529 A027471 A305780 * A318638 A094829 A055145
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 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)