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!)
A143025 Period length 4: repeat [1, 8, 2, 8]. 5
1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8, 2, 8, 1, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Numerator of 1/n^2-1/(3n)^2 if n>0.
This can be generated from the transitions between principal quantum numbers n and 3n in the Hydrogen series: A005563(2), A061037(6), A061039(9), A061041(12), A061043(15), A061045(18), A061047(21), A061049(24),... (The mention of A005563(2) is somewhat a fluke to maintain the periodic pattern.)
Related to the continued fraction of (12*sqrt(55)-72)/19 = 0.89444115.. = 0+1/(1+1/(8+1/(2+...))). - R. J. Mathar, Jun 27 2011
LINKS
FORMULA
a(n+4) = a(n).
G.f.: (1+8*x+2*x^2+8*x^3)/(1-x^4).
From Wesley Ivan Hurt, Jul 10 2016: (Start)
a(n) = (19 - 13*I^(2*n) - I^(-n) - I^n)/4, where I = sqrt(-1).
a(n) = (19 - 2*cos(n*Pi/2) - 13*cos(n*Pi))/4. (End)
MAPLE
seq(op([1, 8, 2, 8]), n=0..50); # Wesley Ivan Hurt, Jul 10 2016
MATHEMATICA
PadRight[{}, 120, {1, 8, 2, 8}] (* Harvey P. Dale, Jul 01 2015 *)
PROG
(PARI) a(n)=[1, 8, 2, 8][n%4+1] \\ Charles R Greathouse IV, Jun 02 2011
(Magma) &cat [[1, 8, 2, 8]^^30]; // Wesley Ivan Hurt, Jul 10 2016
CROSSREFS
Sequence in context: A248299 A253721 A021551 * A303326 A085967 A163960
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, Oct 13 2008
EXTENSIONS
Partially edited by R. J. Mathar, Dec 10 2008
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 23 11:20 EDT 2024. Contains 371912 sequences. (Running on oeis4.)