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!)
A329488 a(n) = A001350(n)^4. 3

%I #11 Nov 25 2019 01:32:00

%S 1,1,256,625,14641,65536,707281,4100625,33362176,214358881,1568239201,

%T 10485760000,73680216481,500246412961,3461445366016,23639287100625,

%U 162614549665681,1113034787454976,7639424429247601,52333711181640625

%N a(n) = A001350(n)^4.

%H Felix Fröhlich, <a href="/A329488/b329488.txt">Table of n, a(n) for n = 1..1000</a>

%H Michael Baake and Franz Gähler, <a href="https://arxiv.org/abs/cond-mat/9809100">Symmetry Structure of the Elser-Sloane Quasicrystal</a>, arXiv:cond-mat/9809100 [cond-mat], 1998. See Table 1.

%o (PARI) a001350(n) = fibonacci(n+1) + fibonacci(n-1) - 1 - (-1)^n

%o a(n) = a001350(n)^4 \\ _Felix Fröhlich_, Nov 24 2019

%Y Cf. A001350.

%K nonn

%O 1,3

%A _N. J. A. Sloane_, Nov 15 2019

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 28 09:28 EDT 2024. Contains 372020 sequences. (Running on oeis4.)