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!)
A037612 Base 5 digits are, in order, the first n terms of the periodic sequence with initial period 1,3,2. 0
1, 8, 42, 211, 1058, 5292, 26461, 132308, 661542, 3307711, 16538558, 82692792, 413463961, 2067319808, 10336599042, 51682995211, 258414976058, 1292074880292, 6460374401461, 32301872007308, 161509360036542, 807546800182711 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: x*(1+x)*(2*x+1) / ( (x-1)*(5*x-1)*(1+x+x^2) ). - R. J. Mathar, Apr 27 2015
A007091(a(n)) = A037617(n). - R. J. Mathar, Apr 27 2015
PROG
(PARI) a(n)=([0, 1, 0, 0; 0, 0, 1, 0; 0, 0, 0, 1; -5, 1, 0, 5]^(n-1)*[1; 8; 42; 211])[1, 1] \\ Charles R Greathouse IV, Feb 13 2017
CROSSREFS
Sequence in context: A276265 A249977 A037710 * A346980 A047759 A047772
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 18 03:01 EDT 2024. Contains 371767 sequences. (Running on oeis4.)