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!)
A031294 Position of n-th 7 in A007376. 12
7, 25, 45, 65, 85, 105, 125, 130, 132, 134, 136, 138, 140, 142, 144, 145, 146, 148, 165, 185, 213, 243, 273, 303, 333, 363, 393, 401, 404, 407, 410, 413, 416, 419, 422, 423, 425, 428, 453, 483, 513, 543, 573, 603, 633, 663, 693 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A007376(a(n)) = 7.
LINKS
PROG
(Haskell)
import Data.List (elemIndices)
a031294 n = a031294_list !! (n-1)
a031294_list = map (+ 1) $ elemIndices 7 a007376_list
-- Reinhard Zumkeller, Jul 28 2011
CROSSREFS
Sequence in context: A075927 A119617 A102027 * A147129 A173825 A269589
KEYWORD
nonn,less,base
AUTHOR
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 24 05:19 EDT 2024. Contains 371918 sequences. (Running on oeis4.)