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!)
A073942 Numbers k such that A002977(k) - A002977(k-1) = 1. 1
3, 6, 11, 13, 16, 19, 22, 24, 28, 33, 37, 41, 43, 48, 50, 55, 62, 64, 67, 70, 73, 75, 81, 84, 86, 93, 95, 98, 106, 109, 111, 115, 120, 124, 127, 129, 138, 142, 145, 147, 150, 158, 162, 164, 168, 170, 173, 182, 186, 189, 191, 196, 198, 203, 211, 215, 218, 220, 223 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Conjecture : a(n) is asymptotic to c*n where c is around 3.8...
MATHEMATICA
max = 1500; s = Union @ Flatten[NestWhileList[Flatten[{2*# + 1, 3*# + 1}] &, 1, Min[#1] < max &]]; 1 + Position[Differences[Select[s, # <= max &]], 1] // Flatten (* Amiram Eldar, May 07 2022 *)
CROSSREFS
Cf. A002977.
Sequence in context: A058269 A342273 A310088 * A310089 A310090 A316096
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Nov 20 2002
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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)