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!)
A238246 Numbers m such that A072219(m) = 3. 5
3, 5, 6, 7, 9, 10, 12, 13, 14, 15, 17, 18, 20, 24, 25, 26, 28, 29, 30, 31, 33, 34, 36, 40, 48, 49, 50, 52, 56, 57, 58, 60, 61, 62, 63, 65, 66, 68, 72, 80, 96, 97, 98, 100, 104, 112, 113, 114, 116, 120, 121, 122, 124, 125, 126, 127, 129, 130, 132, 136, 144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = A043687(n) + 1.
LINKS
PROG
(Haskell)
a238246 n = a238246_list !! (n-1)
a238246_list = filter ((== 3) . a072219) [1..]
CROSSREFS
Sequence in context: A288513 A125236 A137624 * A330998 A099467 A054353
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Feb 20 2014
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)