The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A324484 Inflation orbit counts b^{(2)}_n for 2D cut and project patterns with tau-inflation. 2
1, 0, 15, 24, 120, 240, 840, 2000, 5760, 14520, 39600, 102120, 271440, 706440, 1860360, 4860000, 12752040, 33356160, 87403800, 228750960, 599073720, 1568199600, 4106118240, 10749438000, 28143753000, 73679945040, 192900147840, 505015608720, 1322157322200, 3461443490760 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
M. Baake, J. Hermisson, and P. Pleasants, The torus parametrization of quasiperiodic LI-classes, J. Phys. A 30 (1997), no. 9, 3029-3056. See Table 4.
FORMULA
a(n) = Sum_{d|n} mu(n/d) * A001350(d)^2 = Sum_{d|n} mu(n/d) * A152152(d). - Seiichi Manyama, Apr 29 2021
PROG
(PARI) a001350(n) = fibonacci(n+1)+fibonacci(n-1)-1-(-1)^n;
a(n) = sumdiv(n, d, moebius(n/d)*a001350(d)^2); \\ Seiichi Manyama, Apr 29 2021
CROSSREFS
Sequence in context: A067343 A247315 A154150 * A167709 A167353 A219880
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 12 2019
EXTENSIONS
More terms from Seiichi Manyama, Apr 29 2021
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 June 5 18:11 EDT 2024. Contains 373107 sequences. (Running on oeis4.)