login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A037483 Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 1,2. 0
1, 8, 49, 296, 1777, 10664, 63985, 383912, 2303473, 13820840, 82925041, 497550248, 2985301489, 17911808936, 107470853617, 644825121704, 3868950730225, 23213704381352, 139282226288113, 835693357728680, 5014160146372081 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Index to sequences with linear recurrences with constant coefficients, signature (6,1,-6).

FORMULA

a(n) = 6a(n-1) + a(n-2) - 6a(n-3)

MAPLE

a[0]:=0:a[1]:=1:for n from 2 to 50 do a[n]:=5*a[n-1]+6*a[n-2]+3 od: seq(a[n], n=1..33); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 14 2008]

CROSSREFS

Sequence in context: A001108 A097204 A037539 * A188708 A024106 A176626

Adjacent sequences:  A037480 A037481 A037482 * A037484 A037485 A037486

KEYWORD

nonn,base,easy

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 23:45 EST 2012. Contains 205978 sequences.