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!)
A238247 Numbers m such that A072219(m) = 5. 5
11, 19, 21, 22, 23, 27, 35, 37, 38, 39, 41, 42, 44, 45, 46, 47, 51, 53, 54, 55, 59, 67, 69, 70, 71, 73, 74, 76, 77, 78, 79, 81, 82, 84, 88, 89, 90, 92, 93, 94, 95, 99, 101, 102, 103, 105, 106, 108, 109, 110, 111, 115, 117, 118, 119, 123, 131, 133, 134, 135 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = A043688(n) + 1.
LINKS
PROG
(Haskell)
a238247 n = a238247_list !! (n-1)
a238247_list = filter ((== 5) . a072219) [1..]
CROSSREFS
Sequence in context: A336481 A111477 A344936 * A004750 A366195 A328870
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 July 4 11:10 EDT 2024. Contains 373988 sequences. (Running on oeis4.)