Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A033116
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A033116 Base-6 digits are, in order, the first n terms of the periodic sequence with initial period 1,0. +0
3
1, 6, 37, 222, 1333, 7998, 47989, 287934, 1727605, 10365630, 62193781, 373162686, 2238976117, 13433856702, 80603140213, 483618841278, 2901713047669, 17410278286014, 104461669716085, 626770018296510, 3760620109779061 (list; graph; listen)
OFFSET

1,2

FORMULA

a(n)=floor(6^(n+2)/35); a(n)=sum{k=0..floor(n/2), 6^(n-2k) }; a(n)=sum{k=0..n, sum{j=0..k, (-1)^(j+k)6^j }}. - Paul Barry (pbarry(AT)wit.ie), Nov 12 2003

a(n) = 5 a(n-1) + 6 a(n-2)+1. (a[0]:=0:a[1]:=1) [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 14 2008]

MAPLE

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

CROSSREFS

Adjacent sequences: A033113 A033114 A033115 this_sequence A033117 A033118 A033119

Sequence in context: A057418 A001419 A081152 this_sequence A033124 A022035 A005668

KEYWORD

nonn,base

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 8 20:39 EST 2009. Contains 166234 sequences.


AT&T Labs Research