OFFSET
1,2
COMMENTS
In other words, for any n > 0, a(n) + a(n+1) belongs to A321683.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10000
Rémy Sigrist, Scatterplot of the first 1000000 terms
Rémy Sigrist, PARI program for A336478
EXAMPLE
The first terms, alongside the primorial representation of a(n)+a(n+1), are:
n a(n) prim(a(n)+a(n+1))
-- ---- -----------------
1 1 (2,0)
2 3 (2,1)
3 2 (1,2,0)
4 8 (2,0,1)
5 5 (2,1,0)
6 9 (2,0,1)
7 4 (1,2,0)
8 6 (2,0,1)
9 7 (3,0,1)
10 12 (3,2,0)
11 10 (3,2,1)
12 13 (4,2,0)
13 15 (4,1,0)
14 11 (4,0,1)
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
AUTHOR
Rémy Sigrist, Jul 22 2020
STATUS
approved