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!)
A037622 Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 2,0,3. 1
2, 16, 131, 1050, 8400, 67203, 537626, 4301008, 34408067, 275264538, 2202116304, 17616930435, 140935443482, 1127483547856, 9019868382851, 72158947062810, 577271576502480, 4618172612019843, 36945380896158746, 295563047169269968, 2364504377354159747 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: x*(2+3*x^2) / ( (x-1)*(8*x-1)*(1+x+x^2) ). - R. J. Mathar, Apr 29 2015
MATHEMATICA
nn=20; With[{d=PadRight[{}, nn, {2, 0, 3}]}, Table[FromDigits[Take[d, n], 8], {n, nn}]] (* Harvey P. Dale, Apr 20 2013 *)
CROSSREFS
Sequence in context: A275636 A002576 A037727 * A362718 A264333 A001252
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 May 6 21:30 EDT 2024. Contains 372297 sequences. (Running on oeis4.)