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!)
A155894 Least positive integer such that a(n)! starts with n, both written in base 16. 3
1, 2, 10, 36, 9, 3, 5, 24, 8, 43, 82, 25, 30, 46, 64, 62, 60, 68, 7, 14, 70, 18, 13, 4, 31, 272, 19, 12, 97, 35, 161, 140, 20, 86, 27, 74, 131, 11, 502, 234, 47, 181, 386, 21, 6, 996, 52, 232, 144, 32, 393, 189, 199, 281, 10, 490, 39, 154, 83, 22, 28, 577, 63, 65, 88, 61, 115 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Nick Hobson, C program.
PROG
(PARI) A155894(n)={ local( F=1, k=1 ); while( F\1!=n, F*=k++; while( F>=n+1, F/=16 )); k}
(C) See Links section.
CROSSREFS
Sequence in context: A135963 A140954 A309889 * A317454 A244715 A212573
KEYWORD
base,nonn
AUTHOR
M. F. Hasler, Feb 01 2009
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)