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!)
A037651 Base 9 digits are, in order, the first n terms of the periodic sequence with initial period 3,0,1. 0
3, 27, 244, 2199, 19791, 178120, 1603083, 14427747, 129849724, 1168647519, 10517827671, 94660449040, 851944041363, 7667496372267, 69007467350404, 621067206153639, 5589604855382751 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: x*(3+x^2) / ( (x-1)*(9*x-1)*(1+x+x^2) ). - R. J. Mathar, Apr 30 2015
MATHEMATICA
Table[FromDigits[PadRight[{}, n, {3, 0, 1}], 9], {n, 20}] (* or *) LinearRecurrence[ {9, 0, 1, -9}, {3, 27, 244, 2199}, 20] (* Harvey P. Dale, Mar 15 2016 *)
CROSSREFS
Sequence in context: A361842 A168495 A037763 * A037770 A037658 A370271
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)