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!)
A360734 The number of regions into which the plane is divided by a hypotrochoid with parameters R = d = prime(n+1) and r = prime(n). 1
2, 7, 9, 35, 15, 53, 21, 71, 147, 33, 187, 125, 45, 143, 267, 297, 63, 337, 215, 75, 397, 251, 447, 681, 305, 105, 323, 111, 341, 1653, 395, 687, 141, 1343, 153, 787, 817, 503, 867, 897, 183, 1721, 195, 593, 201, 2323, 2455, 683, 231, 701, 1197 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The hypotrochoid is given by three parameters: R is the radius of the fixed circle, r is the radius of the rotating disk, d is the distance from the "drawing" point of the disk to the center of this disk.
LINKS
FORMULA
a(n) = prime(n+1)*(prime(n+1) - prime(n) - 1) + 2.
EXAMPLE
See illustration in Links.
a(4) = 11*(11 - 7 - 1) + 2 = 35.
MATHEMATICA
a[n_]:=Prime[n+1]*(Prime[n+1] - Prime[n]- 1) + 2; Array[a, 51] (* Stefano Spezia, Feb 18 2023 *)
CROSSREFS
Cf. A000040.
Sequence in context: A126871 A125770 A042063 * A041717 A002353 A041073
KEYWORD
nonn
AUTHOR
Nicolay Avilov, Feb 18 2023
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 11 19:36 EDT 2024. Contains 372413 sequences. (Running on oeis4.)